wasm-micro-runtime/core
Wenyong Huang 3b7bc63274
Implement op_call for fast-jit (#1075)
Translate WASM_OP_CALL into JIT IR in the frontend, and translate
JIT_OP_CALLBC and JIT_OP_CALLNATIVE in the backend.
For calling wasm native API, simply call wasm_interp_call_func_native
to reduce the complexity.
And fix some issues, including wasm loader, frontend, register allocator,
and code gen.
2022-04-10 18:41:23 +08:00
..
app-framework Fix sensor framework timer issue and update sensor sample (#917) 2021-12-28 08:44:19 +08:00
app-mgr Enhance app manager (#1011) 2022-02-17 15:04:52 +08:00
deps Fix littlevgl link error issues (#1006) 2022-02-15 08:41:36 +08:00
iwasm Implement op_call for fast-jit (#1075) 2022-04-10 18:41:23 +08:00
shared Fix issues reported by klocwork (#1060) 2022-03-24 17:34:22 +08:00
config.h Implement op_call for fast-jit (#1075) 2022-04-10 18:41:23 +08:00