Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Revert my personal changes to browser-demo/build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
expenses committed Jun 24, 2020
1 parent 4546435 commit f42df6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/node/cli/browser-demo/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
cargo +nightly build --release -p node-cli --target wasm32-unknown-unknown --no-default-features --features browser -Z features=itarget
wasm-bindgen-0-2-62 ../../../../target/wasm32-unknown-unknown/release/node_cli.wasm --out-dir pkg --target web
wasm-bindgen ../../../../target/wasm32-unknown-unknown/release/node_cli.wasm --out-dir pkg --target web
python -m http.server 8000

0 comments on commit f42df6c

Please sign in to comment.