From 610b41025947a2751c7154e2b91eebceea92f0cf Mon Sep 17 00:00:00 2001 From: Pufferfish101007 <50246616+pufferfish101007@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:35:42 +0100 Subject: [PATCH] Add chrome flag for stack switching --- features.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features.json b/features.json index 3c86b5c..2956eb5 100644 --- a/features.json +++ b/features.json @@ -292,6 +292,10 @@ "saturatedFloatToInt": "75", "signExtensions": "74", "simd": "91", + "stackSwitching": [ + "flag", + "Requires flag `chrome://flags/#enable-experimental-webassembly-stack-switching`" + ], "tailCall": "112", "threads": "74", "typedFunctionReferences": "119",