Function wasmer_wasix::syscalls::wasi::fd_tell::fd_tell

source ·
pub fn fd_tell<M: MemorySize>(
    ctx: FunctionEnvMut<'_, WasiEnv>,
    fd: Fd,
    offset: WasmPtr<Filesize, M>,
) -> Errno
Expand description

§fd_tell()

Get the offset of the file descriptor Inputs:

  • Fd fd The file descriptor to access Output:
  • Filesize *offset The offset of fd relative to the start of the file