wasm-micro-runtime/core/iwasm
Huang Qi 18092f86cc
Make memory access boundary check behavior configurable (#2289)
Allow to use `cmake -DWAMR_CONFIGURABLE_BOUNDS_CHECKS=1` to
build iwasm, and then run `iwasm --disable-bounds-checks` to disable the
memory access boundary checks.

And add two APIs:
`wasm_runtime_set_bounds_checks` and `wasm_runtime_is_bounds_checks_enabled`
2023-07-04 16:21:30 +08:00
..
aot Make memory access boundary check behavior configurable (#2289) 2023-07-04 16:21:30 +08:00
common Make memory access boundary check behavior configurable (#2289) 2023-07-04 16:21:30 +08:00
compilation Add "--enable-llvm-passes=<passes>" option to wamrc (#2335) 2023-07-04 12:20:52 +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 Implement Fast JIT multi-threading feature (#2134) 2023-04-20 10:09:34 +08:00
include Make memory access boundary check behavior configurable (#2289) 2023-07-04 16:21:30 +08:00
interpreter Make memory access boundary check behavior configurable (#2289) 2023-07-04 16:21:30 +08:00
libraries Increase default native stack size (#2332) 2023-07-03 21:02:10 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00