wasm-bindgen/examples/import_js/build.sh
2018-05-23 12:14:12 -07:00

13 lines
339 B
Bash
Executable File

#!/bin/sh
# For more coments about what's going on here, see the `hello_world` example
set -ex
cargo +nightly build --target wasm32-unknown-unknown
cargo +nightly run --manifest-path ../../crates/cli/Cargo.toml \
--bin wasm-bindgen -- \
../../target/wasm32-unknown-unknown/debug/import_js.wasm --out-dir .
npm install
npm run serve