Files
wamr/core/iwasm/aot
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
..
2022-09-16 18:54:04 +08:00
2022-12-13 10:48:51 +08:00
2023-06-05 09:17:39 +08:00