wasm-micro-runtime/core/iwasm/include
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_export.h Add "--enable-llvm-passes=<passes>" option to wamrc (#2335) 2023-07-04 12:20:52 +08:00
lib_export.h Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
wasm_c_api.h Improve wasm-c-api instantiation-time linking (#1902) 2023-02-13 15:06:04 +08:00
wasm_export.h Make memory access boundary check behavior configurable (#2289) 2023-07-04 16:21:30 +08:00