emscripten-core/emscripten
在 GitHub 查看[feature request] pwd.h functions (and getpwuid specifically)
Open
#13,219 创建于 2021年1月9日
good first bughelp wantedwontfix
仓库指标
- Star
- (27,361 star)
- PR 合并指标
- (平均合并 19天 10小时) (30 天内合并 147 个 PR)
描述
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.