emscripten-core/emscripten

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

Open

#13.219 aberto em 9 de jan. de 2021

Ver no GitHub
 (3 comments) (4 reactions) (0 assignees)C++ (3.519 forks)batch import
good first bughelp wantedwontfix

Métricas do repositório

Stars
 (27.361 stars)
Métricas de merge de PR
 (Mesclagem média 19d 10h) (147 fundiu PRs em 30d)

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.

Guia do colaborador