mirror of
https://github.com/fluencelabs/examples
synced 2025-05-10 01:56:53 +00:00
14 lines
266 B
Markdown
14 lines
266 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": "f7db6966-2d75-4424-812e-85e2ec5cb61b"}'
|
|
```
|