Web features explorer

Threads and atomics (WebAssembly)

Widely available since 2024-06-13
Tags: webassembly Groups: WebAssembly

Threads in WebAssembly run code in parallel, while atomic memory instructions can guarantee that no two threads can read or write to shared memory at the same time.

Browser support (view on caniuse.com)