console_error_panic_hook icon indicating copy to clipboard operation
console_error_panic_hook copied to clipboard

A panic hook for wasm32-unknown-unknown that logs panics with console.error

Results 14 console_error_panic_hook issues
Sort by recently updated
recently updated
newest added

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...

bug

Should fix this crate's size being reported as 495 KiB on crates.io ![image](https://github.com/user-attachments/assets/8014a75d-285f-41eb-88fe-b581198a0348) 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 ![image](https://github.com/user-attachments/assets/0c9ca32b-e342-486b-8615-67abb85751ae) # On docs.rs ![image](https://github.com/user-attachments/assets/338cb841-9c95-4e2c-984f-3c5d13550082) Since the images are broken on docs.rs, they are also broken on the inline Rust language server inline...

bug