update fce examples

This commit is contained in:
boneyard93501
2021-03-15 18:58:49 -05:00
parent 3dd0c531ea
commit c2e4e5e4cb
35 changed files with 108 additions and 738 deletions

View File

@ -1,12 +0,0 @@
#!/bin/sh -euo 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
)