Roflags

typealias Roflags = Short(source)

WASI Preview1 type $roflags

Flags returned by sock_recv.

Representation: u16

Definition:

(typename $roflags
(flags (@witx repr u16)
;;; Returned by `sock_recv`: Message data has been truncated.
$recv_data_truncated
)
)