web-feature: Threads and atomics (WebAssembly)

baseline logo Widely available in browsers but not in WebViews

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.