wasm-micro-runtime/product-mini/platforms
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
..
alios-things Normalize how the global heap pool is configured across iwasm apps (#1628) 2022-10-25 21:36:24 +08:00
android Fix several issues in CI binary releasing (#2064) 2023-03-26 12:19:45 +08:00
darwin Fix build error with LLVM 16 (#2259) 2023-06-06 13:45:18 +08:00
esp-idf Normalize how the global heap pool is configured across iwasm apps (#1628) 2022-10-25 21:36:24 +08:00
freebsd Fix build error with LLVM 16 (#2259) 2023-06-06 13:45:18 +08:00
ios Fix build error with LLVM 16 (#2259) 2023-06-06 13:45:18 +08:00
linux product-mini/platforms/linux: Mark vmlib POSITION_INDEPENDENT_CODE (#2323) 2023-06-29 14:57:27 +08:00
linux-sgx Enable static PGO for Linux SGX (#2270) 2023-06-09 14:13:43 +08:00
nuttx Make memory access boundary check behavior configurable (#2289) 2023-07-04 16:21:30 +08:00
posix Make memory access boundary check behavior configurable (#2289) 2023-07-04 16:21:30 +08:00
riot Normalize how the global heap pool is configured across iwasm apps (#1628) 2022-10-25 21:36:24 +08:00
rt-thread Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
vxworks Enhance cmake makefiles (#1390) 2022-08-18 16:27:01 +08:00
windows Fix compile warnings on windows platform (#2208) 2023-05-15 13:48:48 +08:00
zephyr/simple Fix zephyr sample build errors (#1757) 2022-11-28 11:23:51 +08:00