mirror of https://github.com/WebAssembly/wasi-libc
Browse Source
* provide a `realpath` stub In https://github.com/WebAssembly/wasi-libc/pull/463, I added stubs for `statvfs`, `chmod`, etc. but forgot to add one for `realpath`, which is also required by `libc++`'s `<filesystem>` implementation. Signed-off-by: Joel Dice <joel.dice@fermyon.com> * remove `realpath` stub and use musl's version instead Signed-off-by: Joel Dice <joel.dice@fermyon.com> --------- Signed-off-by: Joel Dice <joel.dice@fermyon.com>pull/476/head
Joel Dice
9 months ago
committed by
GitHub
4 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue