web_panic_hook

Crates.ioweb_panic_hook
lib.rsweb_panic_hook
version0.1.0
sourcesrc
created_at2023-09-11 22:08:08.365333
updated_at2023-09-11 22:08:08.365333
descriptionPanic handling in the browser (wasm)
homepagehttps://github.com/AldaronLau/web_panic_hook/blob/stable/CHANGELOG.md
repositoryhttps://github.com/AldaronLau/web_panic_hook
max_upload_size
id970189
size193,661
Jeryn Aldaron Lau (AldaronLau)

documentation

https://docs.rs/web_panic_hook

README

Web Panic Hook

Panic handling in the browser (wasm)

Crates.io Crates.io Crates.io (recent)
Crates.io Docs.rs

Screenshot

cargo install wasm-bindgen-cli
cargo install https
cargo run --example index
cargo build --example example --target wasm32-unknown-unknown
wasm-bindgen --out-dir html --target web --no-typescript --omit-default-module-path target/wasm32-unknown-unknown/debug/examples/example.wasm
http html/

License

Copyright © 2023 The Web Panic Hook Contributors.

Licensed under any of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as described above, without any additional terms or conditions.

Help

If you want help using or contributing to this library, feel free to send me an email at aldaronlau@gmail.com.

Commit count: 9

cargo fmt