This repository was archived by the owner on Aug 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 55 - nightly
66
77script :
8+ - cargo install -f cargo-readme
89 - cargo test
910 - rustup target add wasm32-unknown-unknown --toolchain nightly
1011 - cargo build --target wasm32-unknown-unknown
Original file line number Diff line number Diff line change 11## ` console_error_panic_hook `
22
3+ [ ![ ] ( https://docs.rs/console_error_panic_hook/badge.svg )] ( https://docs.rs/console_error_panic_hook/ )
4+ [ ![ ] ( https://img.shields.io/crates/v/console_error_panic_hook.svg )] ( https://crates.io/crates/console_error_panic_hook )
5+ [ ![ ] ( https://img.shields.io/crates/d/console_error_panic_hook.png )] ( https://crates.io/crates/console_error_panic_hook )
36[ ![ Build Status] ( https://travis-ci.org/rustwasm/console_error_panic_hook.svg?branch=master )] ( https://travis-ci.org/rustwasm/console_error_panic_hook )
47
58This crate lets you debug panics on ` wasm32-unknown-unknown ` by providing a
Original file line number Diff line number Diff line change 11//! # `console_error_panic_hook`
22//!
3+ //! [](https://docs.rs/console_error_panic_hook/)
4+ //! [](https://crates.io/crates/console_error_panic_hook)
5+ //! [](https://crates.io/crates/console_error_panic_hook)
36//! [](https://travis-ci.org/rustwasm/console_error_panic_hook)
47//!
58//! This crate lets you debug panics on `wasm32-unknown-unknown` by providing a
You can’t perform that action at this time.
0 commit comments