Closed luca-della-vedova closed 1 year ago
Add a panic hook to help debugging wasm builds. With this change the panic error is propagated all the way to the web console, making debugging a lot easier.
Implementation follows the example from the crate
New feature implementation
Implemented feature
Add a panic hook to help debugging wasm builds. With this change the panic error is propagated all the way to the web console, making debugging a lot easier.
Implementation follows the example from the crate