wasm-bindgen/examples/paint/build.sh

16 lines
369 B
Bash
Raw Normal View History

2018-09-13 02:10:23 +03:00
#!/bin/sh
# For more coments about what's going on here, see the `hello_world` example
set -ex
cd "$(dirname $0)"
cargo +nightly build --target wasm32-unknown-unknown
cargo +nightly run --manifest-path ../../crates/cli/Cargo.toml \
--bin wasm-bindgen -- \
../../target/wasm32-unknown-unknown/debug/wasm_bindgen_paint.wasm --out-dir .
npm install
npm run serve