diff --git a/README.md b/README.md index 003673b4..966d9824 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Make sure you install rust from the main rust website. Cargo should take care of These are only needed if you're going to build a WebAssembly binary: ```bash $ sudo apt install binaryen -$ cargo install wasm-bindgen-cli basic-http-server +$ cargo install wasm-bindgen-cli@0.2.84 basic-http-server $ rustup target add wasm32-unknown-unknown ``` diff --git a/web/index.html b/web/index.html index 42e41668..f08a3d9f 100644 --- a/web/index.html +++ b/web/index.html @@ -17,24 +17,13 @@
-