16 lines
286 B
Markdown
Raw Normal View History

# Download file to disk
2021-06-29 19:27:09 -05:00
Example that shows how to work with disk access and how to link several Wasm modules into a service.
# Build & deploy it
2021-06-29 19:27:09 -05:00
```shell
./deploy.sh
```
# Call it
2021-06-29 19:27:09 -05:00
```shell
fldist run_air -p download.air -d '{"service": "f7db6966-2d75-4424-812e-85e2ec5cb61b"}'
```