bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

Add support for mounting local storage to devenv #180

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The existing html5fs mount used in the devenv can be used with new Javascript 
APIs to mount a local directory tree from the user's system.

This would allow users to select a directory on their system to share with the 
Dev Environment.

This will involve investigating these APIs, deciding how best to expose this 
behavior to the user, Javascript + C changes to add support.

Original issue reported on code.google.com by bradnelson@google.com on 3 Jan 2015 at 11:31

GoogleCodeExporter commented 9 years ago
There is an example of this in the filesystem_passing example: 
https://chromium.googlesource.com/chromium/src/+/master/native_client_sdk/src/ex
amples/tutorial/filesystem_passing/

Original comment by binji@chromium.org on 5 Jan 2015 at 5:50

GoogleCodeExporter commented 9 years ago
Also libgit2-demo does fs passing.

Original comment by sbc@chromium.org on 5 Jan 2015 at 6:15