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

December 13, 2021

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