bytecodealliance / bytecodealliance/wizer
Support suppressing wasm backtrace output on non-zero exit code
Open
- Dominant language
- Rust
- Stars
- 1.1k
- Forks
- 64
- PR merge metrics
- No merged PRs in 30d
Description
When using Wizer as part of a build process, it's not always desirable to have the Wasm backtrace dumped if the guest code didn't exit successfully.
Would anything speak against adding a "silent" mode, where Wizer just forwards the exit code, but doesn't otherwise print anything itself?
Contributor guide
Assessment
This issue has not been assessed yet.