Skip to content
Snippets Groups Projects
Commit 48269e00 authored by Ashley's avatar Ashley Committed by GitHub
Browse files

Change browser-demo build.sh to use python 3 again (#6992)

parent 86036286
No related merge requests found
#!/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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment