emscripten-core / emscripten-core/emscripten
Document how to create a custom file system
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
I couldn't find any guide about how to create custom file systems.
- What functions need to be defined at a minimum?
- How do you compile it in? Just a regular JS library inclusion instead of a -S setting?
- Would a custom FS still need to be mounted like the others?
Contributor guide
Assessment
This issue has not been assessed yet.