wasm-micro-runtime/core/iwasm/include
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_comp_option.h Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +08:00
aot_export.h Add necessary comments for doxygen (#3299) 2024-04-11 07:50:08 +08:00
gc_export.h Add necessary comments for doxygen (#3299) 2024-04-11 07:50:08 +08:00
lib_export.h Add necessary comments for doxygen (#3299) 2024-04-11 07:50:08 +08:00
wasm_c_api.h Add necessary comments for doxygen (#3299) 2024-04-11 07:50:08 +08:00
wasm_export.h Add wasm_runtime_detect_native_stack_overflow_size (#3355) 2024-04-26 16:00:58 +08:00