diff options
author | Casper Beyer <caspervonb@pm.me> | 2020-07-06 06:08:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-05 18:08:05 -0400 |
commit | 79400b8f7df6d3e8e8ebbe2245b997df8b3fd842 (patch) | |
tree | 5978de2472660f1a9d8f878eb5928a46951beeac /std/wasi/README.md | |
parent | 9ac416913e80b1eb9fc4a3fb71a30e68966ca2d6 (diff) |
feat(std/wasi): implement fd_readdir (#6631)
Diffstat (limited to 'std/wasi/README.md')
-rw-r--r-- | std/wasi/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/wasi/README.md b/std/wasi/README.md index 70149c771..06dc36ff5 100644 --- a/std/wasi/README.md +++ b/std/wasi/README.md @@ -27,7 +27,7 @@ This module provides an implementation of the WebAssembly System Interface - [x] fd_prestat_dir_name - [x] fd_pwrite - [x] fd_read -- [ ] fd_readdir +- [x] fd_readdir - [x] fd_renumber - [x] fd_seek - [x] fd_sync |