You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 28038 0 8038 100 20000 197k 491k --:--:-- --:--:-- --:--:-- 702k
curl: (18) transfer closed with outstanding read data remaining
And the wasmtime process crashed and showed:
Serving HTTP on http://0.0.0.0:8080/
Illegal instruction
android-wasi-sigill.mov
Also tried on Termux, same results.
Expected Results
wasmtime process should not exit
Actual Results
Illegal instruction
Versions and Environment
Wasmtime version or commit: wasmtime-v42.0.1-aarch64-android
Test Case
Use the original
bytecodealliance/sample-wasi-http-rust's/echoAPI is enough to reproduce.Environment
Android arm64 device or emulator.
Latest release of
wasmtime-v42.0.1-aarch64-android.tar.xzandbytecodealliance/sample-wasi-http-rust.Steps to Reproduce
Open a new terminal:
output:
And the wasmtime process crashed and showed:
android-wasi-sigill.mov
Also tried on Termux, same results.
Expected Results
wasmtime process should not exit
Actual Results
Illegal instruction
Versions and Environment
Wasmtime version or commit:
wasmtime-v42.0.1-aarch64-androidOperating system: Android 16
Architecture: arm64
Extra Info
Maybe related to #11295