wasm-micro-runtime/core
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
..
app-framework Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
app-mgr Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
deps wasi-nn: Simplify cmake and headers' location (#2308) 2023-06-26 09:29:05 +08:00
iwasm Make memory access boundary check behavior configurable (#2289) 2023-07-04 16:21:30 +08:00
shared Fix sanitizer errors in posix socket (#2331) 2023-07-03 14:36:01 +08:00
config.h Make memory access boundary check behavior configurable (#2289) 2023-07-04 16:21:30 +08:00
version.h Update version number and release notes (#2213) 2023-05-16 12:39:22 +08:00