Web features explorer

Threads and atomics (WebAssembly)

Widely available
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.

Compatibility (view on caniuse.com)