wasm-bindgen/examples/wasm-in-wasm/build.sh

13 lines
342 B
Bash
Raw Normal View History

#!/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
2018-03-29 18:59:08 +03:00
cargo +nightly run --manifest-path ../../crates/cli/Cargo.toml \
--bin wasm-bindgen -- \
../../target/wasm32-unknown-unknown/debug/wasm_in_wasm.wasm --out-dir .
2018-03-23 07:15:21 +03:00
npm install
npm run serve