wasm-micro-runtime/core/iwasm/interpreter
Wenyong Huang 64e40c13a9
Fix more GC AOT/JIT issues (#2727)
Fix opcode translation for br_on_null/br_on_non_null/br_on_cast/br_on_cast_fail
Fix global data size/offset calculation for 32-bit/64-bit targets
Fix issues in AOT file emitting and AOT loader, refine AOT file format
Fix invalid table element address used for table.get/table.set
Fix invalid struct field offset used for struct.get/struct.set
Fix aot stack frame commit for function call/call_indirect/call_ref
Add GC AOT/JIT to CI test
2023-11-09 08:52:56 +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 Merge branch main into dev/gc_refactor 2023-11-03 15:39:28 +08:00
wasm_interp_fast.c Merge branch main into dev/gc_refactor 2023-11-03 15:39:28 +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 Fix more GC AOT/JIT issues (#2727) 2023-11-09 08:52:56 +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 Fix more GC AOT/JIT issues (#2727) 2023-11-09 08:52:56 +08:00
wasm_opcode.h Support stringref proposal (#2651) 2023-10-23 12:45:37 +08:00
wasm_runtime.c Fix more GC AOT/JIT issues (#2727) 2023-11-09 08:52:56 +08:00
wasm_runtime.h Fix more GC AOT/JIT issues (#2727) 2023-11-09 08:52:56 +08:00
wasm.h Fix more GC AOT/JIT issues (#2727) 2023-11-09 08:52:56 +08:00