wasm-micro-runtime/samples/native-stack-overflow
YAMAMOTO Takashi 410ee580ae
Add wasm_runtime_detect_native_stack_overflow_size (#3355)
- 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
2024-04-26 16:00:58 +08:00
..
src Add wasm_runtime_detect_native_stack_overflow_size (#3355) 2024-04-26 16:00:58 +08:00
wasm-apps Random improvements to samples/native-stack-overflow (#3353) 2024-04-25 11:22:08 +08:00
.gitignore Add native-stack-overflow sample (#3321) 2024-04-19 15:49:09 +08:00
build.sh Add wasm_runtime_detect_native_stack_overflow_size (#3355) 2024-04-26 16:00:58 +08:00
clean.sh Random improvements to samples/native-stack-overflow (#3353) 2024-04-25 11:22:08 +08:00
CMakeLists.txt Add wasm_runtime_detect_native_stack_overflow_size (#3355) 2024-04-26 16:00:58 +08:00
README.md Add native-stack-overflow sample (#3321) 2024-04-19 15:49:09 +08:00
run.sh Random improvements to samples/native-stack-overflow (#3353) 2024-04-25 11:22:08 +08:00

The "native-stack-overflow" sample project

This sample examines native stack overflow detection mechanisms.