You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to emscripten-discuss
Hello all,
I do not use Emscripten, but am looking for a way to mimic a POSIX file system in the browser and got onto https://emscripten.org/docs/porting/files/index.html. Do you guys know if it should be reasonably possible to use the IDBFS file system without compiling your whole application with Emscripten, and if so, what would be the preferred way to get the supporting library? I have looked at what I believe to be the source code (https://github.com/emscripten-core/emscripten/blob/incoming/src/library_fs.js), but it seems to still need preprocessing and does not seem to be standalone since it uses LibraryManager. (I have also looked at other solutions like https://github.com/RevenTL/idbfs, but I am in need of a synchronous API.)
Any suggestions would be very much appreciated!
Best,
Camil
Martin Novy
unread,
Nov 15, 2019, 8:03:05 AM11/15/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message