Update README + SAM (#866)

* use serde-wasm-bindgen, faster serialization

* update readme with demos
This commit is contained in:
Radamés Ajna
2023-09-15 22:34:13 -07:00
committed by GitHub
parent 635012d770
commit 04ca2b9ebd
4 changed files with 7 additions and 6 deletions

View File

@ -27,3 +27,4 @@ serde_json = { workspace = true }
# Wasm specific crates.
console_error_panic_hook = "0.1.7"
wasm-bindgen = "0.2.87"
serde-wasm-bindgen = "0.6.0"