wasm-micro-runtime/core/iwasm/interpreter
Wenyong Huang bf28030993
Import WAMR Fast JIT (#1343)
Import WAMR Fast JIT which is a lightweight JIT with quick startup, small footprint,
relatively good performance (~40% to ~50% of LLVM JIT) and good portability.

Platforms supported: Linux, MacOS and Linux SGX.
Arch supported: x86-64.
2022-08-02 16:03:50 +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 Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
wasm_interp_fast.c Fix interp hw bound check issues (#1322) 2022-07-23 20:39:01 +08:00
wasm_interp.h Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
wasm_loader.c Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
wasm_loader.h Fix build error when enable custom section without interpreter (#1229) 2022-06-15 18:14:39 +08:00
wasm_mini_loader.c Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
wasm_opcode.h Refine opcode br_table for classic interpreter (#1112) 2022-04-23 19:15:55 +08:00
wasm_runtime.c Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
wasm_runtime.h Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
wasm.h Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00