🏠 New in High Baseline Support: Threads and atomics (WebAssembly)

June 13, 2024

caniuse · mdn · spec

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.

Source features