Skip to main content

wasi_fd_write

Function wasi_fd_write 

Source
pub(crate) fn wasi_fd_write(
    caller: Caller<'_, HostState>,
    fd: u32,
    iovs_ptr: u32,
    iovs_len: u32,
    nwritten_ptr: u32,
) -> u32
Expand description

Implements wasi fd write.