Add a programmable switch for backtrace
Open
- Dominant language
- Rust
- Stars
- 6.7k
- Forks
- 224
- PR merge metrics
- No merged PRs in 30d
Description
Currently, backtrace can only be enabled with "RUST_BACKTRACE" environment variables, while it is unsupported to set environment variables with `std::env::set_var` on wasm platforms.
There are some other ways to set environment variables on wasm, however sometimes they are impossible, for example, in cloudflare workers, they don't provide a way to set wasm environment variables.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.