update to marine, marine-test, bump versions

This commit is contained in:
boneyard93501
2021-06-13 15:06:43 -05:00
parent 1fc1cfffd7
commit 460fb44e3e
14 changed files with 109 additions and 122 deletions

View File

@ -4,11 +4,11 @@ mkdir -p artifacts
rm -f artifacts/*.wasm
cd echo-service
fce build --release
marine build --release
cp target/wasm32-wasi/release/echo_service.wasm ../artifacts/
cd ..
cd greeting
fce build --release
cd ../greeting
marine build --release
cp target/wasm32-wasi/release/greeting.wasm ../artifacts/
cd ..