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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: