Riflags
WASI Preview1 type $riflags
Flags provided to sock_recv
.
Representation: u16
Definition:
(typename $riflags
(flags (@witx repr u16)
;;; Returns the message without removing it from the socket's receive queue.
$recv_peek
;;; On byte-stream sockets, block until the full amount of data can be returned.
$recv_waitall
)
)
Content copied to clipboard