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
The FileSystem API is a browser spec that gives you the ability to write to files/directories on the user's machine. Being able to construct a Directory using a FileSystemDirectoryHandle would allow users to mount host files in the same way that the wasmer CLI does.
It also provides a origin-specific filesystem called the Origin Priviate File System which is stored in a hidden location on disk.
The text was updated successfully, but these errors were encountered:
The FileSystem API is a browser spec that gives you the ability to write to files/directories on the user's machine. Being able to construct a
Directory
using aFileSystemDirectoryHandle
would allow users to mount host files in the same way that thewasmer
CLI does.It also provides a origin-specific filesystem called the Origin Priviate File System which is stored in a hidden location on disk.
The text was updated successfully, but these errors were encountered: