mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-11 09:25:20 +00:00
![]() - Add a few API (https://github.com/bytecodealliance/wasm-micro-runtime/issues/3325) ```c wasm_runtime_detect_native_stack_overflow_size wasm_runtime_detect_native_stack_overflow ``` - Adapt the runtime to use them - Adapt samples/native-stack-overflow to use them - Add a few missing overflow checks in the interpreters - Build and run the sample on the CI |
||
---|---|---|
.. | ||
src | ||
wasm-apps | ||
.gitignore | ||
build.sh | ||
clean.sh | ||
CMakeLists.txt | ||
README.md | ||
run.sh |
The "native-stack-overflow" sample project
This sample examines native stack overflow detection mechanisms.