Open
Description
NodeJs does not implement WASI's fs_readdir
on Windows: https://github.com/nodejs/node/blob/6f4d6011ea1b448cf21f5d363c44e4a4c56ca34c/deps/uvwasi/src/uvwasi.c#L19
We need to somehow work around the lack of support to allow file listing on Windows.