wasm-micro-runtime/core/iwasm/interpreter
Wenyong Huang e675564381
Fix fast jit issues (#1169)
Implement bitwise 64-bit operations in codegen
Fix and refine shift IRs
Zero local variables
Remove ref-type/bulk-memory macros
Implement set aux stack
Refine clear mem registers
2022-05-16 15:17:48 +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 Fix fast jit issues (#1169) 2022-05-16 15:17:48 +08:00
wasm_interp_fast.c Fix fast interpreter constant space overflow issue (#1071) 2022-04-04 07:55:37 +08:00
wasm_interp.h Implement op_call for fast-jit (#1075) 2022-04-10 18:41:23 +08:00
wasm_loader.c Emit JIT IRs for get/set wasm globals (#1085) 2022-04-14 14:07:37 +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 Merge pull request #1084 from bytecodealliance/main 2022-04-12 20:09:28 +08:00
wasm_opcode.h Apply clang-format for interpreter source files (#772) 2021-10-08 11:44:39 +08:00
wasm_runtime.c Implement load fixed virtual regs (#1083) 2022-04-12 14:54:38 +08:00
wasm_runtime.h Implement load fixed virtual regs (#1083) 2022-04-12 14:54:38 +08:00
wasm.h Emit JIT IRs for get/set wasm globals (#1085) 2022-04-14 14:07:37 +08:00