wasm-micro-runtime/core/iwasm/interpreter
YAMAMOTO Takashi 73914caa9b
core/iwasm/interpreter/wasm_loader.c: remove an extra validation (#2845)
* Empty names are spec-wise valid.
* As we ignore unknown custom sections anyway, it's safe to
  accept empty names here.
* Currently, the problem is not exposed on our CI because
   the wabt version used there is a bit old.
2023-12-01 18:29:15 +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 Access linear memory size atomically (#2834) 2023-11-29 20:27:17 +08:00
wasm_interp_fast.c Access linear memory size atomically (#2834) 2023-11-29 20:27:17 +08:00
wasm_interp.h Fix issue of restoring wasm operand stack (#1721) 2022-11-18 18:51:13 +08:00
wasm_loader.c core/iwasm/interpreter/wasm_loader.c: remove an extra validation (#2845) 2023-12-01 18:29: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 Generate jitdump to support linux perf for LLVM JIT (#2788) 2023-11-27 15:42:00 +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 Change is_shared_memory type from bool to uint8 (#2800) 2023-11-22 10:38:08 +08:00
wasm_runtime.h Change is_shared_memory type from bool to uint8 (#2800) 2023-11-22 10:38:08 +08:00
wasm.h Fix data/elem drop (#2747) 2023-11-18 08:50:16 +08:00