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
Actually if we use the wasm-unknown-emscripten target, we should get the emscripten virtual filesystem for free, as it implements the std::fs interface.
Still would be nice for mounted disk images, though.
I cobbled together my own little file browser for disk images, it's not nearly as pretty:
This isn't really an issue so much as a feature proposal...
I work with disk images in my emulator - and they have FAT file systems, and those filesystems could use a file browser.
It would be cool if this could work with a virtual filesystem. I'm not sure how exactly it would work, maybe some sort of FileSystem trait interface?
This could also perhaps enable it to work with emscripten's MEMFS virtual filesystem as well.
https://emscripten.org/docs/porting/files/file_systems_overview.html
The text was updated successfully, but these errors were encountered: