wasm-micro-runtime/core/iwasm
Wenyong Huang 1c690b7561
Add more checks in wasm loader (#3300)
In opcode f32.const, f64.const and memory.copy, check whether the buffer
to read is out of the range of wasm file before reading it.
2024-04-11 19:56:48 +08:00
..
aot Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +08:00
common thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
compilation Sync simd opcode definitions spec (#3290) 2024-04-09 16:54:42 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
include Add necessary comments for doxygen (#3299) 2024-04-11 07:50:08 +08:00
interpreter Add more checks in wasm loader (#3300) 2024-04-11 19:56:48 +08:00
libraries thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00