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
console_error_panic_hook library is very useful for testing in WASM bindings, but should the release version of the library have it? It increases the WASM size noticeably.
Also figure out where it is better to initialize it. Currently console_error_panic_hook::set_once() is called from SecretKey::random() which may not be used at all in some scenarios.
The text was updated successfully, but these errors were encountered:
console_error_panic_hook
library is very useful for testing in WASM bindings, but should the release version of the library have it? It increases the WASM size noticeably.Also figure out where it is better to initialize it. Currently
console_error_panic_hook::set_once()
is called fromSecretKey::random()
which may not be used at all in some scenarios.The text was updated successfully, but these errors were encountered: