Fix build script of wasm-in-wasm

This commit is contained in:
Alex Crichton 2018-03-22 21:15:21 -07:00
parent 5eff7c58f9
commit dd83e54b67

View File

@ -8,5 +8,5 @@ cargo +nightly build --target wasm32-unknown-unknown
cargo +nightly run --manifest-path ../../crates/wasm-bindgen-cli/Cargo.toml \
--bin wasm-bindgen -- \
../../target/wasm32-unknown-unknown/debug/wasm_in_wasm.wasm --out-dir .
#npm install
npm install
npm run serve