marine/examples/greeting/build.sh
2020-09-16 01:14:15 +03:00

10 lines
267 B
Bash
Executable File

#!/bin/sh
# This script builds all subprojects and puts all created Wasm modules in one dir
cargo update
fce build --release
rm artifacts/*
cp ../../target/wasm32-wasi/release/greeting.wasm artifacts/
cp ../../target/wasm32-wasi/release/greeting_cp.wasm artifacts/