mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 16:58:34 +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"
|
echo "====== Interpreter"
|
||||||
out/native-stack-overflow out/wasm-apps/testapp.wasm
|
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
|
||||||
echo "====== AOT"
|
echo "====== AOT"
|
||||||
out/native-stack-overflow out/wasm-apps/testapp.wasm.aot
|
out/native-stack-overflow out/wasm-apps/testapp.wasm.aot
|
||||||
|
|
Loading…
Reference in New Issue
Block a user