wasm-bindgen/examples/julia_set/build.sh
2018-10-06 21:09:18 +02:00

13 lines
352 B
Bash
Executable File

#!/bin/sh
# 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