Function wasi::fd_write

source · []
pub unsafe fn fd_write(fd: Fd, iovs: CiovecArray<'_>) -> Result<Size, Errno>
Expand description

Write to a file descriptor. Note: This is similar to writev in POSIX.

Parameters

  • iovs - List of scatter/gather vectors from which to retrieve data.