Eventrwflags

WASI Preview1 type $eventrwflags

The state of the file descriptor subscribed to with eventtype::fd_read or eventtype::fd_write.

Representation: u16

Definition:

(typename $eventrwflags
(flags (@witx repr u16)
;;; The peer of this socket has closed or disconnected.
$fd_readwrite_hangup
)
)