This commit is contained in:
platane
2025-03-23 13:45:30 +01:00
parent be9fca7f10
commit 34d5617f54
5 changed files with 79 additions and 25 deletions

View File

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