mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 08:48:33 +00:00
samples/native-stack-overflow/run.sh: add interpreter w/o hw bound check
This commit is contained in:
parent
9d6d3466ff
commit
e0923a8cb9
|
@ -3,6 +3,10 @@
|
|||
echo "====== Interpreter"
|
||||
out/native-stack-overflow out/wasm-apps/testapp.wasm
|
||||
|
||||
echo
|
||||
echo "====== Interpreter WAMR_DISABLE_HW_BOUND_CHECK=1"
|
||||
out/native-stack-overflow.WAMR_DISABLE_HW_BOUND_CHECK out/wasm-apps/testapp.wasm
|
||||
|
||||
echo
|
||||
echo "====== AOT"
|
||||
out/native-stack-overflow out/wasm-apps/testapp.wasm.aot
|
||||
|
|
Loading…
Reference in New Issue
Block a user