wasm-micro-runtime/.github/workflows
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
..
build_docker_images.yml CI: Update version of checkout to suppress warnings (#3093) 2024-01-27 07:55:49 +08:00
build_iwasm_release.yml CI: Update version of checkout to suppress warnings (#3093) 2024-01-27 07:55:49 +08:00
build_llvm_libraries.yml Fix CI error when install packages for macos-14 (#3270) 2024-04-01 15:27:15 +08:00
build_wamr_lldb.yml Update release CI (#3295) 2024-04-09 16:51:36 +08:00
build_wamr_sdk.yml Update release CI (#3295) 2024-04-09 16:51:36 +08:00
build_wamr_vscode_ext.yml Bump actions/setup-node from 3 to 4 (#3307) 2024-04-12 11:33:30 +08:00
build_wamrc.yml CI: Update version of checkout to suppress warnings (#3093) 2024-01-27 07:55:49 +08:00
codeql.yml CI: Use macos-13 instead of macos-latest (#3366) 2024-04-26 14:38:49 +08:00
coding_guidelines.yml CI: Update version of checkout to suppress warnings (#3093) 2024-01-27 07:55:49 +08:00
compilation_on_android_ubuntu.yml Add wasm_runtime_detect_native_stack_overflow_size (#3355) 2024-04-26 16:00:58 +08:00
compilation_on_macos.yml Add wasm_runtime_detect_native_stack_overflow_size (#3355) 2024-04-26 16:00:58 +08:00
compilation_on_nuttx.yml Update binary size info in README.md (#3030) 2024-04-23 17:15:53 +08:00
compilation_on_sgx.yml Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
compilation_on_windows.yml Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
create_tag.yml Update release CI (#3295) 2024-04-09 16:51:36 +08:00
hadolint_dockerfiles.yml CI: Update version of checkout to suppress warnings (#3093) 2024-01-27 07:55:49 +08:00
nightly_run.yml Add wasm_runtime_detect_native_stack_overflow_size (#3355) 2024-04-26 16:00:58 +08:00
release_process.yml CI: Use macos-13 instead of macos-latest (#3366) 2024-04-26 14:38:49 +08:00
reuse_latest_release_binaries.yml CI: Update version of checkout to suppress warnings (#3093) 2024-01-27 07:55:49 +08:00
spec_test_on_nuttx.yml Fix a few native stack address calculations (#3351) 2024-04-24 16:39:38 +08:00