cup icon indicating copy to clipboard operation
cup copied to clipboard

[FLI-570] Leverage Wazero Experimental FS

Open GeorgeMac opened this issue 2 years ago • 0 comments

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

GeorgeMac avatar Jul 31 '23 15:07 GeorgeMac