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
* Add drag-and-drop support (import user files)
* Improve help
* Add an EmptyFS (like NullFS but allows directories listing)
* Fix path resolution issue
Copy file name to clipboardExpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This projects aims to contribute to the discussion about [WebContainer specifica
12
12
13
13
This is a bash-like shell but that runs in the browser. It comes with a lightweight kernel implementation (supports process and filesystem management):
14
14
* Every process runs in its own dedicated worker
15
-
*[Extensible filesystem](public/index.js#L30-48)
15
+
*[Extensible filesystem](public/index.js#L56-L62)
16
16
* Performant (heavily rely on postMessage and Transferable objects - reduce minimize the amount of copy)
0 commit comments