emscripten-core / emscripten-core/emscripten
File system which reads/writes to indexeddb without syncing with memfs
Open
filesystem
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
Hi,
Will there be any plans to provide a file system which stores directly to indexeddb? It would be very useful to be able to read individual large files with streams without loading everything in memory. Also would remove then need of having to manually call syncfs. I know there's a library which can call the db from code but would be much better for it to occur lower level as part of the file system.
Thanks
Contributor guide
Assessment
This issue has not been assessed yet.