wasm-micro-runtime/core/iwasm/interpreter
TianlongLiang a57e70016a
Fix memory.init opcode issue in fast-interp (#2798)
Fix fast interpreter didn't throw OOB exception correctly in some scenarios.
Reported in #2797.
2023-11-20 16:25:43 +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 data/elem drop (#2747) 2023-11-18 08:50:16 +08:00
wasm_interp_fast.c Fix memory.init opcode issue in fast-interp (#2798) 2023-11-20 16:25:43 +08:00
wasm_interp.h Fix issue of restoring wasm operand stack (#1721) 2022-11-18 18:51:13 +08:00
wasm_loader.c Fix return type in wasm_loader_get_custom_section (#2794) 2023-11-20 10:36:15 +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 fast-interp "pre-compiled label offset out of range" issue (#2659) 2023-10-24 10:47:17 +08:00
wasm_opcode.h Fix data races in atomic wait/notify and interp goto table (#1971) 2023-02-22 11:43:49 +08:00
wasm_runtime.c Fix data/elem drop (#2747) 2023-11-18 08:50:16 +08:00
wasm_runtime.h Fix data/elem drop (#2747) 2023-11-18 08:50:16 +08:00
wasm.h Fix data/elem drop (#2747) 2023-11-18 08:50:16 +08:00