jprendes / emception

Run Emscripten in the browser
Other
285 stars 35 forks source link

[Question] How does SHAREDFS work? #4

Open NovaAndrom3da opened 2 years ago

NovaAndrom3da commented 2 years ago

Sorry for the late response, I'm working on getting a linux environment running entirely in the browser - BrowserLinux - and was intrigued by emception. I am working on adding a "complete filesystem" in IndexedDB with pre-written methods of reading and writing pseudo-"files" that would be accessible to the programs compiled to wasm. If I am able to combine that "filesystem" with SHAREDFS, that would be highly beneficial.

Originally posted by @Froggo8311 in https://github.com/jprendes/emception/issues/3#issuecomment-1063487459