examples/greeting/build.sh

9 lines
197 B
Bash
Raw Normal View History

2021-02-25 15:48:56 -06:00
#!/bin/sh
# This script builds all subprojects and puts all created Wasm modules in one dir
cargo update
fce build --release
rm artifacts/*
2021-03-17 00:38:37 -05:00
cp target/wasm32-wasi/release/greeting.wasm artifacts/