1
0
mirror of https://github.com/fluencelabs/examples synced 2025-07-26 22:41:56 +00:00
Files

8 lines
198 B
Bash
Raw Normal View History

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