1
0
mirror of https://github.com/fluencelabs/examples synced 2025-04-13 05:16:03 +00:00

7 lines
176 B
Bash
Raw Normal View History

2021-06-17 19:56:02 -05:00
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
mkdir -p artifacts
rm -f artifacts/*.wasm
marine build --release
cp target/wasm32-wasi/release/utilities.wasm artifacts/