Browse Source

fix script (#25)

pull/28/head
Jihyun Yu 4 years ago
committed by GitHub
parent
commit
b9cb3c7644
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build_web.sh

2
build_web.sh

@ -3,7 +3,7 @@ set -eu
# Pre-requisites:
rustup target add wasm32-unknown-unknown
if ! [[ $(wasm-bindgen --version) ]]; then
if ! wasm-bindgen --version; then
cargo clean
cargo install -f wasm-bindgen-cli
cargo update

Loading…
Cancel
Save