You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
tetratelabs/wazero#1605
FLI-570
The text was updated successfully, but these errors were encountered: