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 ..

View File

@ -1,8 +0,0 @@
#!/usr/bin/env bash
echo "'echo-service' new service:"
# fldist new_service --node 12D3KooWMM28JWc4szJLrpfBoD3a4oWUyMbrywgyneS2kg1KREMY --node-addr /ip4/127.0.0.1/tcp/9999/ws/p2p/12D3KooWMM28JWc4szJLrpfBoD3a4oWUyMbrywgyneS2kg1KREMY --name "echo-service" --modules artifacts/echo_service.wasm:configs/echo_service_cfg.json
echo "'greeting' new service:"
fldist new_service --node 12D3KooWMM28JWc4szJLrpfBoD3a4oWUyMbrywgyneS2kg1KREMY --node-addr /ip4/127.0.0.1/tcp/9999/ws/p2p/12D3KooWMM28JWc4szJLrpfBoD3a4oWUyMbrywgyneS2kg1KREMY --name "greeting" --modules artifacts/greeting.wasm:configs/greeting_cfg.json