pub fn fd_tell<M: MemorySize>(
ctx: FunctionEnvMut<'_, WasiEnv>,
fd: Fd,
offset: WasmPtr<Filesize, M>,
) -> Result<Errno, WasiError>
Expand description
ยงfd_tell()
Get the offset of the file descriptor Inputs:
Fd fd
The file descriptor to access Output:Filesize *offset
The offset offd
relative to the start of the file