Ciovec
WASI Preview1 type $ciovec
A region of memory for scatter/gather writes.
Parameters
buf
The address of the buffer to be written.
bufLen 
The length of the buffer to be written.
Definition:
(typename $ciovec
  (record
    ;;; The address of the buffer to be written.
    (field $buf (@witx const_pointer u8))
    ;;; The length of the buffer to be written.
    (field $buf_len $size)
  )
)Content copied to clipboard