diff options
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 3848ae9a6..b81279dbf 100644 --- a/std/wasi/README.md +++ b/std/wasi/README.md @@ -19,7 +19,7 @@ This module provides an implementation of the WebAssembly System Interface - [x] fd_fdstat_get - [ ] fd_fdstat_set_flags - [ ] fd_fdstat_set_rights -- [ ] fd_filestat_get +- [x] fd_filestat_get - [ ] fd_filestat_set_size - [x] fd_filestat_set_times - [x] fd_pread |