mirror of
https://github.com/fluencelabs/examples
synced 2025-04-29 20:52:14 +00:00
* init reorg * updated readme * fix CI * remove outdated ipfs-node example * add Readme * update readme, add config file Co-authored-by: folex <0xdxdy@gmail.com>
16 lines
286 B
Markdown
16 lines
286 B
Markdown
# Download file to disk
|
|
|
|
Example that shows how to work with disk access and how to link several Wasm modules into a service.
|
|
|
|
# Build & deploy it
|
|
|
|
```shell
|
|
./deploy.sh
|
|
```
|
|
|
|
# Call it
|
|
|
|
```shell
|
|
fldist run_air -p download.air -d '{"service": "f7db6966-2d75-4424-812e-85e2ec5cb61b"}'
|
|
```
|