mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 10:42:16 +00:00
14 lines
270 B
Markdown
14 lines
270 B
Markdown
# Download file to disk
|
|
|
|
Example to show how to work with disk + link several .wasm modules into a service.
|
|
|
|
# Build & deploy it
|
|
```shell
|
|
./deploy.sh
|
|
```
|
|
|
|
# Call it
|
|
```shell
|
|
fldist run_air -p download.air -d '{"service": "08eba00d-ff40-4e38-bbe6-ee3646498400"}'
|
|
```
|
|
|