{
 "caniuse": [
  "wasm-threads"
 ],
 "compat_features": [
  "webassembly.api.Memory.Memory.shared",
  "webassembly.threads-and-atomics"
 ],
 "description": "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.",
 "description_html": "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.",
 "group": [
  "webassembly"
 ],
 "kind": "feature",
 "name": "Threads and atomics (WebAssembly)",
 "spec": [
  "https://github.com/WebAssembly/threads/blob/main/proposals/threads/Overview.md"
 ],
 "status": {
  "baseline": "high",
  "baseline_high_date": "2024-06-13",
  "baseline_low_date": "2021-12-13",
  "by_compat_key": {
   "webassembly.api.Memory.Memory.shared": {
    "baseline": "high",
    "baseline_high_date": "2024-06-13",
    "baseline_low_date": "2021-12-13",
    "support": {
     "chrome": "74",
     "chrome_android": "88",
     "edge": "79",
     "firefox": "78",
     "firefox_android": "79",
     "safari": "15.2",
     "safari_ios": "15.2"
    }
   },
   "webassembly.threads-and-atomics": {
    "baseline": "high",
    "baseline_high_date": "2024-06-13",
    "baseline_low_date": "2021-12-13",
    "support": {
     "chrome": "74",
     "chrome_android": "88",
     "edge": "79",
     "firefox": "79",
     "firefox_android": "79",
     "safari": "15.2",
     "safari_ios": "15.2"
    }
   }
  },
  "support": {
   "chrome": "74",
   "chrome_android": "88",
   "edge": "79",
   "firefox": "79",
   "firefox_android": "79",
   "safari": "15.2",
   "safari_ios": "15.2"
  }
 },
 "id": "wasm-threads",
 "groups": [
  "webassembly"
 ],
 "specs": [
  {
   "url": "https://github.com/WebAssembly/threads/blob/main/proposals/threads/Overview.md"
  }
 ],
 "mdnUrls": [],
 "standardPositions": [],
 "hasNegativeStandardPosition": false,
 "stateOfSurveys": [],
 "chromeUseCounters": {
  "percentageOfPageLoad": 0.0007873,
  "url": "https://chromestatus.com/metrics/webfeature/timeline/popularity/363"
 },
 "interop": [],
 "wpt": {
  "url": "https://wpt.fyi/results?q=feature:wasm-threads"
 },
 "developerSignals": null,
 "bugs": {
  "chrome": [
   "https://bugs.chromium.org/p/chromium/issues/detail?id=857476"
  ]
 },
 "baselineLowDateAsObject": "2021-12-13T00:00:00.000Z",
 "baselineHighDateAsObject": "2024-06-13T00:00:00.000Z"
}