[−][src]Constant wasi::RIGHTS_FD_READ
pub const RIGHTS_FD_READ: Rights = 0x2;
The right to invoke fd_read
and sock_recv
.
If rights::fd_seek
is set, includes the right to invoke fd_pread
.
pub const RIGHTS_FD_READ: Rights = 0x2;
The right to invoke fd_read
and sock_recv
.
If rights::fd_seek
is set, includes the right to invoke fd_pread
.