wasm-micro-runtime/core/iwasm
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
..
aot Add wasm_runtime_detect_native_stack_overflow_size (#3355) 2024-04-26 16:00:58 +08:00
common Add wasm_runtime_detect_native_stack_overflow_size (#3355) 2024-04-26 16:00:58 +08:00
compilation Enhance GC subtyping checks (#3317) 2024-04-18 12:32:01 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
include Add wasm_runtime_detect_native_stack_overflow_size (#3355) 2024-04-26 16:00:58 +08:00
interpreter Add wasm_runtime_detect_native_stack_overflow_size (#3355) 2024-04-26 16:00:58 +08:00
libraries thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00