From c49789de6ccb2e404487294cb140e5209357ba4f Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Fri, 16 Jan 2026 17:16:37 -0800 Subject: [PATCH] Update Firefox support for Relaxed SIMD Fixes #510 --- features.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/features.json b/features.json index 38a1428..2dd0087 100644 --- a/features.json +++ b/features.json @@ -329,10 +329,7 @@ "mutableGlobals": "61", "profiles": null, "referenceTypes": "79", - "relaxedSimd": [ - "flag", - "Enabled in Nightly, requires flag `javascript.options.wasm_relaxed_simd` in Beta/Release" - ], + "relaxedSimd": "145", "saturatedFloatToInt": "64", "signExtensions": "62", "simd": "89",