Implement fd_readdir (#116)

* Reimpleent fd_readdir on Linux using quasi-nix.

* Implement fd_readdir on Windows.

* wip

* Adapt to upstream changes.

* Cleanup dir.rs

* Address review

* Fix macos build

* host -> wasi

* Partially address review, more to come later.

* Address more review comments

* Fix compilation on Windows
This commit is contained in:
Marcin Mielniczuk
2019-11-07 11:23:52 +01:00
committed by Jakub Konka
parent 22494057df
commit 12972c7fd3
8 changed files with 450 additions and 100 deletions

View File

@@ -197,6 +197,7 @@ mod wasm_tests {
"dangling_symlink" => true,
"symlink_loop" => true,
"truncation_rights" => true,
"path_rename_trailing_slashes" => true,
"fd_readdir" => true,
"poll_oneoff" => true,
_ => false,