console_error_panic_hook
console_error_panic_hook copied to clipboard
A panic hook for wasm32-unknown-unknown that logs panics with console.error
This allows users who want to display the error message generated by console_error_panic_hook outside of the console to do it without having to reimplement javascript-based stack walking themselves. ----- Hey!...
### Describe the Bug the same code panicked on chrome but not on firefox: --headless --chrome => OK --headless --firefox => KO, the tests passed without error, but actually it...
Should fix this crate's size being reported as 495 KiB on crates.io  With the change in this PR the .crate file created by `cargo publish --dry-run` is 8.9KiB Since...
### Describe the Bug # On crates.io  # On docs.rs  Since the images are broken on docs.rs, they are also broken on the inline Rust language server inline...