This commit is contained in:
platane
2025-03-22 16:50:10 +01:00
parent 3db2b4069e
commit c22b80d02b
4 changed files with 100 additions and 19 deletions

View File

@@ -12,6 +12,7 @@ default = ["console_error_panic_hook"]
[dependencies]
wasm-bindgen = "0.2.100"
js-sys = "0.3.77"
# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires