build.sh 185 B
Newer Older
Ashley's avatar
Ashley committed
#!/usr/bin/env sh
Ashley's avatar
Ashley committed
wasm-pack build --target web --out-dir ./browser-demo/pkg --no-typescript --release ./.. -- --no-default-features --features "browser"
Ashley's avatar
Ashley committed
python -m SimpleHTTPServer 8000