flipt-io / cup

Git Contribution Automation
https://cup.flipt.io
Apache License 2.0
76 stars 1 forks source link

[FLI-570] Leverage Wazero Experimental FS #29

Open GeorgeMac opened 1 year ago

GeorgeMac commented 1 year ago

Wazero 1.4 will come with a new experimental FS interface. This will allow for custom implementations to handle writeable filesystem operations. I think we could leverage these capabilities to avoid having to always have write operations go the filesystem. Perhaps doing everything in memory this way wont scale for certain operations. However, it may be nice to have the choice.

https://github.com/tetratelabs/wazero/pull/1605

FLI-570