upload & download works

This commit is contained in:
folex
2021-02-26 02:57:17 +03:00
parent 19d5fd4db6
commit 575fff38a3
9 changed files with 59 additions and 24 deletions

View File

@ -1,11 +1,11 @@
#!/bin/sh -euo pipefail
# build wasms
sh build.sh
./build.sh
(
cd artifacts
fldist new_service --name "url_downloader" --modules \
fldist new_service --env dev --name "url_downloader" --modules \
curl_adapter.wasm:curl_adapter.json \
local_storage.wasm:local_storage.json \
facade.wasm:facade.json