fermyon / spin

Spin is the open source developer tool for building and running serverless applications powered by WebAssembly.
https://developer.fermyon.com/spin
Apache License 2.0
5.25k stars 249 forks source link

Implement file storage interface #49

Open radu-matei opened 2 years ago

radu-matei commented 2 years ago

Spin applications should have a default file storage implementation available at runtime, ideally following https://github.com/fermyon/wasi-experimental-toolkit.

itowlson commented 2 years ago

Is this proposing something distinct from the existing WASI file APIs? Probably I am being dull but I can't find what you're describing in the experimental toolkit repo.