nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
226 stars 50 forks source link

src: improve uvwasi_fd_readdir() implementation #151

Closed cjihrig closed 4 years ago

cjihrig commented 4 years ago

This commit updates the uvwasi_fd_readdir() implementation to work, including a regression test. The function is not supported on Windows and Android yet.

Fixes: https://github.com/cjihrig/uvwasi/issues/148 Fixes: https://github.com/cjihrig/uvwasi/issues/137