pub fn fd_seek(
ctx: FunctionEnvMut<'_, WasiEnv>,
fd: Fd,
offset: FileDelta,
whence: Snapshot0Whence,
newoffset: WasmPtr<Filesize, Memory32>,
) -> Result<Errno, WasiError>
Expand description
Wrapper around syscalls::fd_seek
with extra logic to remap the values
of Whence