1
0
mirror of https://github.com/fluencelabs/examples synced 2025-04-28 04:02:16 +00:00

7 lines
176 B
Bash
Raw Normal View History

#!/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/ts_oracle.wasm artifacts/