1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-05-13 22:31:21 +00:00

13 lines
338 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
cargo +nightly run --manifest-path ../../crates/cli/Cargo.toml \
--bin wasm-bindgen -- \
../../target/wasm32-unknown-unknown/debug/closures.wasm --out-dir .
2018-04-09 15:02:20 -07:00
npm install
npm run serve