wasm-micro-runtime/samples/native-stack-overflow
liang.he@intel.com 0050677248 Turn warnings into errors in CI
- Apply global warnings in warnings.cmake instead of maintaining them in
  separate files.
- Enable errors during CI when building iwasm and wamrc.
- Since GCC and Clang are the default compilers on Ubuntu and macOS, enabling
  `-Werror` on both platforms can be treated as checking with different
  compilers.
2025-07-11 05:10:10 +00:00
..
src samples/native-stack-overflow: Examine native functions with signature (#3382) 2024-05-03 09:16:35 +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 samples/native-stack-overflow: Examine native functions with signature (#3382) 2024-05-03 09:16:35 +08:00
clean.sh Random improvements to samples/native-stack-overflow (#3353) 2024-04-25 11:22:08 +08:00
CMakeLists.txt Turn warnings into errors in CI 2025-07-11 05:10:10 +00:00
README.md Add native-stack-overflow sample (#3321) 2024-04-19 15:49:09 +08:00
run.sh samples/native-stack-overflow: Examine native functions with signature (#3382) 2024-05-03 09:16:35 +08:00

The "native-stack-overflow" sample project

This sample examines native stack overflow detection mechanisms.