mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-25 06:02:13 +00:00
8 lines
240 B
Bash
8 lines
240 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
cargo build --target wasm32-unknown-unknown --release
|
||
|
cargo run --package wasm-bindgen-cli --bin wasm-bindgen -- \
|
||
|
--out-dir pkg --target deno ${CARGO_TARGET_DIR:-../../target}/wasm32-unknown-unknown/release/deno.wasm
|