1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-18 03:00:50 +00:00

14 lines
336 B
Bash
Raw Normal View History

2018-08-18 17:20:42 -04:00
#!/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/fetch.wasm --out-dir .
npm install
npm run serve