Whence
WASI Preview1 type $whence
The position relative to which to set the offset of the file descriptor.
TAG: u8
Definition:
(typename $whence
  (enum (@witx tag u8)
    ;;; Seek relative to start-of-file.
    $set
    ;;; Seek relative to current position.
    $cur
    ;;; Seek relative to end-of-file.
    $end
  )
)Content copied to clipboard