emscripten-core/emscripten

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

Open

#13 219 ouverte le 9 janv. 2021

Voir sur GitHub
 (3 commentaires) (4 réactions) (0 assignés)C++ (3 519 forks)batch import
good first bughelp wantedwontfix

Métriques du dépôt

Stars
 (27 361 stars)
Métriques de merge PR
 (Merge moyen 19j 10h) (147 PRs mergées en 30 j)

Description

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.

Guide contributeur