fix(harness): add custom wasm-pack to build script (#940)

This commit is contained in:
dan
2025-07-22 06:29:12 +00:00
committed by GitHub
parent 7c27162875
commit 2a8c1c3382

View File

@@ -3,6 +3,9 @@
# Ensure the script runs in the folder that contains this script
cd "$(dirname "$0")"
# A specific version of `wasm-pack` must be installed to build the WASM binary
cargo install --git https://github.com/rustwasm/wasm-pack.git --rev 32e52ca
rustup run nightly \
wasm-pack build executor \
--profile wasm \