fix: progress on reproducible Windows builds, disable script tracing

This commit is contained in:
2023-09-11 20:53:24 -05:00
parent 129aed0ffb
commit 93ba470ce9
2 changed files with 29 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
set -eux
set -eu
echo "Building WASM with Emscripten"
cargo build --target=wasm32-unknown-emscripten --release