bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
15.46k stars 1.31k forks source link

Fix a panic on the CLI with `-Scli=n` #9551

Closed alexcrichton closed 3 weeks ago

alexcrichton commented 3 weeks ago

When a module trapped and -Scli=n was passed the CLI would panic instead of properly returning an error, and this commit fixes that.