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

Commit

Permalink
Change browser-demo build.sh to use python 3 again (#6992)
Browse files Browse the repository at this point in the history
  • Loading branch information
expenses authored Aug 31, 2020
1 parent f0c4539 commit ba1c7fb
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 ../../../../target/wasm32-unknown-unknown/release/node_cli.wasm --out-dir pkg --target web
python -m SimpleHTTPServer 8000
python -m http.server 8000

0 comments on commit ba1c7fb

Please sign in to comment.