Function wasmer_wasix::syscalls::legacy::snapshot0::path_filestat_get

source ยท
pub fn path_filestat_get(
    ctx: FunctionEnvMut<'_, WasiEnv>,
    fd: Fd,
    flags: LookupFlags,
    path: WasmPtr<u8, Memory32>,
    path_len: u32,
    buf: WasmPtr<Snapshot0Filestat, Memory32>,
) -> Errno
Expand description

Wrapper around syscalls::path_filestat_get for old Snapshot0