pub fn fd_seek<M: MemorySize>(
ctx: FunctionEnvMut<'_, WasiEnv>,
fd: Fd,
offset: FileDelta,
whence: Whence,
newoffset: WasmPtr<Filesize, M>,
) -> Result<Errno, WasiError>Expand description
ยงfd_seek()
Update file descriptor offset Inputs:
Fd fdFile descriptor to mutateFileDelta offsetNumber of bytes to adjust offset byWhence whenceWhat the offset is relative to Output:Filesize *fdThe new offset relative to the start of the file