Update pinned wasm-bindgen dependency (#6861)

* Update dependency.

* Update readme docs

* update python webserver command
This commit is contained in:
Joshy Orndorff
2020-08-10 03:52:21 -04:00
committed by GitHub
parent 2804b40a1c
commit a936771c0f
4 changed files with 18 additions and 14 deletions
@@ -1,6 +1,10 @@
# How to run this demo
```sh
cargo install wasm-bindgen-cli # If necessary
# If necessary, install wasm-bindgen
# The version must match that used when building the browser demo.
cargo install --version 0.2.67 wasm-bindgen-cli
# Run the build script
./build.sh
```