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

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/f5b13d47-9abc-4d6e-84b0-15db5f183082%40googlegroups.com.

Reply via email to