wasm-micro-runtime/core/iwasm/interpreter
Wenyong Huang a7545df5d0
classic-interp: Handle SIMD opcode when JIT is enabled (#3046)
Though SIMD isn't supported by interpreter, when JIT is enabled,
developer may run `iwasm --interp <wasm_file>` to trigger the SIMD
opcode in interpreter, which isn't handled before this PR.
2024-01-19 12:31:18 +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 classic-interp: Handle SIMD opcode when JIT is enabled (#3046) 2024-01-19 12:31:18 +08:00
wasm_interp_fast.c Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00
wasm_interp.h Fix issue of restoring wasm operand stack (#1721) 2022-11-18 18:51:13 +08:00
wasm_loader.c Clear compilation warning and dead code (#3002) 2024-01-13 08:56:39 +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 Refine AOT/JIT code call wasm-c-api import process (#2982) 2024-01-10 18:37:02 +08:00
wasm_opcode.h classic-interp: Handle SIMD opcode when JIT is enabled (#3046) 2024-01-19 12:31:18 +08:00
wasm_runtime.c Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00
wasm_runtime.h Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00
wasm.h Register quick call entries to speedup the aot/jit func call process (#2978) 2024-01-10 16:44:09 +08:00