emscripten-core/emscripten
[feature request] pwd.h functions (and getpwuid specifically)
オープン
#13,219 opened on 2021/01/09
good first bughelp wantedwontfix
Repository metrics
- Stars
- (27,361 個のスター)
- PR merge metrics
- (平均マージ 19d 10h) (30d で 147 merged PRs)
説明
Currently they are stubbed out in https://github.com/emscripten-core/emscripten/blob/b97bbc5/src/library.js#L2820.
I've ported busybox to emscripten, and creation of tar archive currently fails with getpwuid: TODO. Extraction of archives works well.