Function async_wasi::snapshots::preview_1::path_filestat_get
source · pub fn path_filestat_get<M: Memory>(
ctx: &mut WasiCtx,
mem: &mut M,
dirfd: __wasi_fd_t,
flags: Type,
path_ptr: WasmPtr<u8>,
path_len: __wasi_size_t,
file_stat_ptr: WasmPtr<__wasi_filestat_t>
) -> Result<(), Errno>