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
All uses should be replaced by something that reports a useful error.
In many cases the panic should probably be turned into a Result::Err instead and passed back up.
This is especially problematic because panics don't contain any useful debugging information when compiled to WASM.
See rustwasm/wasm-bindgen#1289
The text was updated successfully, but these errors were encountered:
All uses should be replaced by something that reports a useful error.
In many cases the panic should probably be turned into a
Result::Err
instead and passed back up.This is especially problematic because panics don't contain any useful debugging information when compiled to WASM.
See rustwasm/wasm-bindgen#1289
The text was updated successfully, but these errors were encountered: