Docs & wasm

This commit is contained in:
Alex Emmet 2026-06-25 12:28:14 +02:00
commit be4b76dcd5
7 changed files with 953 additions and 6 deletions

View file

@ -28,6 +28,8 @@ web-sys = { version = "0.3", features = [
] }
console_error_panic_hook = "0.1"
hex = "0.4"
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.6"