[hb-wasm] Remove TODO
This commit is contained in:
parent
b130b2b331
commit
2327fe9d8a
|
@ -161,8 +161,6 @@ _hb_wasm_shape (hb_shape_plan_t *shape_plan,
|
||||||
const hb_wasm_face_data_t *face_data = font->face->data.wasm;
|
const hb_wasm_face_data_t *face_data = font->face->data.wasm;
|
||||||
constexpr uint32_t stack_size = 8092, heap_size = 2 * 1024 * 1024;
|
constexpr uint32_t stack_size = 8092, heap_size = 2 * 1024 * 1024;
|
||||||
|
|
||||||
/* TODO ensure_native_direction. */
|
|
||||||
|
|
||||||
wasm_module_inst_t module_inst = nullptr;
|
wasm_module_inst_t module_inst = nullptr;
|
||||||
wasm_exec_env_t exec_env = nullptr;
|
wasm_exec_env_t exec_env = nullptr;
|
||||||
wasm_function_inst_t shape_func = nullptr;
|
wasm_function_inst_t shape_func = nullptr;
|
||||||
|
|
Loading…
Reference in New Issue