update url-downloader to fluence cli (#442)

* update to fluence cli

* update aqua

* add config toml, update aqua script
This commit is contained in:
boneyard93501
2023-04-23 14:17:21 -05:00
committed by GitHub
parent d3a5daab30
commit cdec8be7ae
11 changed files with 95 additions and 165 deletions

View File

@ -3,11 +3,8 @@ name = "local_storage"
load_from = "/Users/bebo/localdev/examples/marine-examples/url-downloader/target/wasm32-wasi/release/local_storage.wasm"
logger_enabled = true
[module.wasi]
preopened_files = [ "./tmp" ]
[module.wasi.mapped_dirs]
sites = "./tmp"
[module.wasi.mapped_dirs]
sites = "./tmp"
[[module]]
name = "curl_adapter"