File tree 3 files changed +7
-0
lines changed 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 5
5
- nightly
6
6
7
7
script :
8
+ - cargo install -f cargo-readme
8
9
- cargo test
9
10
- rustup target add wasm32-unknown-unknown --toolchain nightly
10
11
- cargo build --target wasm32-unknown-unknown
Original file line number Diff line number Diff line change 1
1
## ` console_error_panic_hook `
2
2
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 )
3
6
[ ![ Build Status] ( https://travis-ci.org/rustwasm/console_error_panic_hook.svg?branch=master )] ( https://travis-ci.org/rustwasm/console_error_panic_hook )
4
7
5
8
This crate lets you debug panics on ` wasm32-unknown-unknown ` by providing a
Original file line number Diff line number Diff line change 1
1
//! # `console_error_panic_hook`
2
2
//!
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)
3
6
//! [](https://travis-ci.org/rustwasm/console_error_panic_hook)
4
7
//!
5
8
//! 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