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 virtual filesystem should allow both reads and write and be flexible enough to allow any backend (in-memory, Xterm, network requests, etc.)
The text was updated successfully, but these errors were encountered:
HarikrishnanBalagopal
changed the title
in-memory filesystem that is both readable and writeable.
feature request: support in-memory filesystem that is both readable and writeable.
Jan 30, 2024
HarikrishnanBalagopal
changed the title
feature request: support in-memory filesystem that is both readable and writeable.
feature request: support a virtual filesystem that is both readable and writeable.
Jan 30, 2024
Similar to this use case https://github.com/bjorn3/browser_wasi_shim?tab=readme-ov-file#usage
The
stdin
,stdout
,stderr
are handled by the Xterm terminal library, while the files are stored asUint8Array
in a tree structure in-memory.The virtual filesystem should allow both reads and write and be flexible enough to allow any backend (in-memory, Xterm, network requests, etc.)
The text was updated successfully, but these errors were encountered: