change dir name

This commit is contained in:
boneyard93501
2022-06-28 16:57:48 -05:00
parent 304ed57f0a
commit 108d3feb01
29 changed files with 1465 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
cargo update --aggressive
mkdir -p artifacts
rm -f artifacts/*.wasm
marine build --release
cp target/wasm32-wasi/release/utilities.wasm artifacts/