wasi::wasi_snapshot_preview1

Function fd_read

Source
pub unsafe extern "C" fn fd_read(
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
) -> i32
Expand description

Read from a file descriptor. Note: This is similar to readv in POSIX.