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
Right now, we mostly focus on unit tests with a little ad-hoc here and there wrt file systems. It should be possible to add a fs.FS impl that calls WASI. Doing this would allow us to re-use existing tests for parity, like iotest.TestReader, as well show use cases like root vs workdir file usage operates with less clutter.
The text was updated successfully, but these errors were encountered:
Right now, we mostly focus on unit tests with a little ad-hoc here and there wrt file systems. It should be possible to add a
fs.FS
impl that calls WASI. Doing this would allow us to re-use existing tests for parity, likeiotest.TestReader
, as well show use cases like root vs workdir file usage operates with less clutter.The text was updated successfully, but these errors were encountered: