web_panic_report 0.1.1

A panic hook which replaces an HTML element with a bug report form.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.web-sys]
features = ["Window", "Document", "CssStyleDeclaration", "HtmlElement", "HtmlTextAreaElement", "HtmlButtonElement"]
version = "0.3"
[dev-dependencies.wasm-bindgen-test]
version = "0.3.42"

[package]
description = "A panic hook which replaces an HTML element with a bug report form."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "web_panic_report"
readme = "README.md"
repository = "https://github.com/vectorgameexperts/web_panic_report"
version = "0.1.1"