1
0
mirror of https://github.com/fluencelabs/examples synced 2025-04-06 10:01:06 +00:00

13 lines
271 B
Bash
Raw Normal View History

#!/usr/bin/env bash -o errexit -o nounset -o pipefail
# build wasms
./build.sh
(
cd artifacts
fldist new_service --name "url_downloader" --modules \
curl_adapter.wasm:curl_adapter.json \
local_storage.wasm:local_storage.json \
facade.wasm:facade.json
)