wasm-bindgen/examples/julia_set/build.sh

13 lines
352 B
Bash
Raw Normal View History

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