wasm-micro-runtime/core/iwasm
Wenyong Huang 7f8292ffd1
Add more buffer boundary checks in wasm loader (#2734)
And fix exception not printed in `iwasm --repl` mode and resize the memory
data size to UINT32_MAX if the initial page number is 65536.
2023-11-09 08:42:05 +08:00
..
aot Add more buffer boundary checks in wasm loader (#2734) 2023-11-09 08:42:05 +08:00
common Add tsan for fast interp and aot (#2679) 2023-11-01 18:30:25 +08:00
compilation Fix AOT compiler simd shift opcodes (#2715) 2023-11-03 10:38:53 +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 Fix invalid use of jit_reg_is_const_val in fast-jit (#2718) 2023-11-03 14:25:26 +08:00
include core/iwasm: Support mapped file system access on non-libuv WASI (#2628) 2023-10-27 12:48:10 +08:00
interpreter Add more buffer boundary checks in wasm loader (#2734) 2023-11-09 08:42:05 +08:00
libraries Fix use getrandom on cosmopolitan libc (#2674) 2023-10-27 14:07:16 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00