We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go today provides backtraces for gas charging points which is useful for debugging and gas performance evaluations.
Unfortunately, it looks like it is impossible today for WASM and Rust: https://github.com/rust-lang/backtrace-rs/blob/38cb2d5562a3d1b3a66bc21360d91275ea55cc0a/src/lib.rs#L75-L76
The text was updated successfully, but these errors were encountered:
It is possible by capturing the traces within syscall (in Rust-land), if WASM is built with symbols, the backtrace should resolve.
Sorry, something went wrong.
No branches or pull requests
Go today provides backtraces for gas charging points which is useful for debugging and gas performance evaluations.
Unfortunately, it looks like it is impossible today for WASM and Rust:
https://github.com/rust-lang/backtrace-rs/blob/38cb2d5562a3d1b3a66bc21360d91275ea55cc0a/src/lib.rs#L75-L76
The text was updated successfully, but these errors were encountered: