diff options
author | Casper Beyer <caspervonb@pm.me> | 2020-06-29 22:44:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 10:44:08 -0400 |
commit | 4cde7fdc9a52088f8dfe3e23569d6be2faa80d0f (patch) | |
tree | 71676360379f9797543d525aee086670e1735f44 /std/wasi/README.md | |
parent | 53f8d96a1faf3b0f97e793b2e4ea86c64c12cbfa (diff) |
feat(std/wasi): implement fd_datasync (#6556)
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 b81279dbf..6b89db1de 100644 --- a/std/wasi/README.md +++ b/std/wasi/README.md @@ -15,7 +15,7 @@ This module provides an implementation of the WebAssembly System Interface - [ ] fd_advise - [ ] fd_allocate - [x] fd_close -- [ ] fd_datasync +- [x] fd_datasync - [x] fd_fdstat_get - [ ] fd_fdstat_set_flags - [ ] fd_fdstat_set_rights |