mirror of
https://github.com/fluencelabs/examples
synced 2025-06-24 15:21:32 +00:00
update to marine, marine-test, bump versions
This commit is contained in:
@ -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 ..
|
||||
|
@ -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
|
Reference in New Issue
Block a user