13 lines
342 B
Bash
Raw Normal View History

#!/bin/sh
2018-10-06 20:18:50 +02:00
# For more comments about what's going on here, see the `hello_world` example
set -ex
cargo +nightly build --target wasm32-unknown-unknown
2018-03-29 08:59:08 -07:00
cargo +nightly run --manifest-path ../../crates/cli/Cargo.toml \
--bin wasm-bindgen -- \
../../target/wasm32-unknown-unknown/debug/performance.wasm --out-dir .
npm install
npm run serve