Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Directory to hook into the browser's FileSystem API #395

Open
Michael-F-Bryan opened this issue Jan 3, 2024 · 1 comment · May be fixed by #337
Open

Allow Directory to hook into the browser's FileSystem API #395

Michael-F-Bryan opened this issue Jan 3, 2024 · 1 comment · May be fixed by #337
Assignees

Comments

@Michael-F-Bryan
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant