emscripten-core/emscripten

[feature request] pwd.h functions (and getpwuid specifically)

Open

#13.219 aperta il 9 gen 2021

Vedi su GitHub
 (3 commenti) (4 reazioni) (0 assegnatari)C++ (3519 fork)batch import
good first bughelp wantedwontfix

Metriche repository

Star
 (27.361 star)
Metriche merge PR
 (Merge medio 19g 10h) (147 PR mergiate in 30 g)

Descrizione

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.

Guida contributor