emscripten-core / emscripten-core/emscripten
WasmFS: How much POSIX magic directory stuff do we want?
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
E.g. `test_proc_self_fd` tests for opening the directory `/proc/self/fd/`, under which each file descriptor appears as a file. I suspect this is needed pretty rarely, and should probably be an opt-in flag for maximal POSIX support or such.
Perhaps the `/tmp/` and `/dev/[null|stdout|random..]` files/directories could also be behind such a flag, but those do seem like they are much more commonly used, and we support them atm.
Contributor guide
Assessment
This issue has not been assessed yet.