mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-27 20:15:14 +03:00
Fix build script of wasm-in-wasm
This commit is contained in:
parent
5eff7c58f9
commit
dd83e54b67
@ -8,5 +8,5 @@ cargo +nightly build --target wasm32-unknown-unknown
|
|||||||
cargo +nightly run --manifest-path ../../crates/wasm-bindgen-cli/Cargo.toml \
|
cargo +nightly run --manifest-path ../../crates/wasm-bindgen-cli/Cargo.toml \
|
||||||
--bin wasm-bindgen -- \
|
--bin wasm-bindgen -- \
|
||||||
../../target/wasm32-unknown-unknown/debug/wasm_in_wasm.wasm --out-dir .
|
../../target/wasm32-unknown-unknown/debug/wasm_in_wasm.wasm --out-dir .
|
||||||
#npm install
|
npm install
|
||||||
npm run serve
|
npm run serve
|
||||||
|
Loading…
Reference in New Issue
Block a user