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 offd
relative to the start of the file