async_wasi::snapshots::preview_1

Function path_unlink_file

Source
pub fn path_unlink_file<M: Memory>(
    ctx: &mut WasiCtx,
    mem: &M,
    dirfd: __wasi_fd_t,
    path_ptr: WasmPtr<u8>,
    path_len: __wasi_size_t,
) -> Result<(), Errno>