Skip to content

Commit 88c4fb5

Browse files
committed
feat(filesystem): document write flags precise meaning
1 parent 5b0aa51 commit 88c4fb5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

proposals/filesystem/wit/types.wit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ interface types {
6666
/// Read mode: Data can be read.
6767
read,
6868
/// Write mode: Data can be written to.
69+
///
70+
/// Governs file contents only; independent of `mutate-directory`.
6971
write,
7072
/// Request that writes be performed according to synchronized I/O file
7173
/// integrity completion. The data stored in the file and the file's

0 commit comments

Comments
 (0)