Results 191 issues of Divy

Closes #273 ```rust #[op2(fast)] fn op_wasm(state: &mut OpState, #[smi] rid: u32, #[memory] memory: WasmMemory) { let memory = memory.get(state, rid).expect("invalid wasm memory"); memory[0] = 69; } ``` ```js // Save...

enhancement
help wanted

Eliminate unsafe code and examine dependencies that use it. This should have never happened https://github.com/denoland/fastwebsockets/issues/42, my lazy oversight that gone unnoticed in Deno due to single thread usage but impacted...

This uses monoio compat for tokio traits.

enhancement

This API is to be exclusively used in Deno so I want keep it hidden from rust doc and behind a feature flag.

Summary of what APIs and algorithms Deno currently supports.

enhancement
runtime

Fixes https://github.com/denoland/deno/issues/22692