wasi

Constant RIGHTS_FD_TELL

Source
pub const RIGHTS_FD_TELL: Rights = _; // 32u64
Expand description

The right to invoke fd_seek in such a way that the file offset remains unaltered (i.e., whence::cur with offset zero), or to invoke fd_tell.