wasm-micro-runtime/core/iwasm/interpreter
2023-10-12 15:12:54 +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 Init frame->sp and frame->ip at entry of call func in interpreter (#2636) 2023-10-12 15:12:54 +08:00
wasm_interp_fast.c Init frame->sp and frame->ip at entry of call func in interpreter (#2636) 2023-10-12 15:12:54 +08:00
wasm_interp.h Merge branch dev/aot_stack_frame into dev/gc_refactor 2023-10-09 14:21:39 +08:00
wasm_loader.c Make max table size configurable through macro (#2632) 2023-10-12 14:13:44 +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 Make max table size configurable through macro (#2632) 2023-10-12 14:13:44 +08:00
wasm_opcode.h Support GC opcodes generated by binaryen (#2110) 2023-04-10 15:12:22 +08:00
wasm_runtime.c Merge branch dev/aot_stack_frame into dev/gc_refactor 2023-10-09 14:21:39 +08:00
wasm_runtime.h Merge branch dev/aot_stack_frame into dev/gc_refactor 2023-10-09 14:21:39 +08:00
wasm.h Make max table size configurable through macro (#2632) 2023-10-12 14:13:44 +08:00