From 81870a77a0b888580937897e6e8afa2e8cf6c4eb Mon Sep 17 00:00:00 2001 From: "Dmitry Iv." Date: Wed, 19 Aug 2026 10:21:37 -0400 Subject: [PATCH] features.json: watr supports acquire-release atomics as of 5.9.0 --- features.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features.json b/features.json index 8317871d..534ef146 100644 --- a/features.json +++ b/features.json @@ -945,6 +945,7 @@ "logo": "/images/watr.svg", "category": "Tools", "features": { + "acquireReleaseAtomics": "5.9.0", "bigInt": true, "branchHinting": true, "bulkMemory": true,