pub fn fd_filestat_get_old<M: MemorySize>(
ctx: FunctionEnvMut<'_, WasiEnv>,
fd: Fd,
buf: WasmPtr<Snapshot0Filestat, M>,
) -> ErrnoExpand description
ยงfd_filestat_get_old()
Get the metadata of an open file
Input:
Fd fdThe open file descriptor whose metadata will be read
Output:
Snapshot0Filestat *bufWhere the metadata fromfdwill be written