wasm-micro-runtime/core
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
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm Add wasm_runtime_detect_native_stack_overflow_size (#3355) 2024-04-26 16:00:58 +08:00
shared Fix ESP32-S3 compiling error (#3359) 2024-04-25 20:42:16 +08:00
config.h Reduce WASM_STACK_GUARD_SIZE a bit for posix-like platforms (#3350) 2024-04-24 16:18:58 +08:00
version.h Update version number to 2.0.0 and update release notes (#3327) 2024-04-20 10:16:34 +08:00