wasm-micro-runtime/core/iwasm/interpreter
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
..
iwasm_interp.cmake Implement wasm mini loader and refine footprint of loader and runtime (#276) 2020-06-08 11:19:09 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00
wasm_interp_classic.c Implement op_call for fast-jit (#1075) 2022-04-10 18:41:23 +08:00
wasm_interp_fast.c Fix issues found by GC and Fast JIT, refine some codes (#1055) 2022-03-24 14:14:42 +08:00
wasm_interp.h Implement op_call for fast-jit (#1075) 2022-04-10 18:41:23 +08:00
wasm_loader.c Implement op_call for fast-jit (#1075) 2022-04-10 18:41:23 +08:00
wasm_loader.h Fix wasm_runtime_load argument type invalid issue (#1059) 2022-03-24 10:08:49 +08:00
wasm_mini_loader.c Implement op_call for fast-jit (#1075) 2022-04-10 18:41:23 +08:00
wasm_opcode.h Apply clang-format for interpreter source files (#772) 2021-10-08 11:44:39 +08:00
wasm_runtime.c Fix wasm_runtime_load argument type invalid issue (#1059) 2022-03-24 10:08:49 +08:00
wasm_runtime.h Fix wasm_runtime_load argument type invalid issue (#1059) 2022-03-24 10:08:49 +08:00
wasm.h Implement op_call for fast-jit (#1075) 2022-04-10 18:41:23 +08:00