From 5c7d3d7b1e04c044b844638a2f1f769e435d7a3e Mon Sep 17 00:00:00 2001 From: "Ben L. Titzer" Date: Mon, 1 Dec 2025 16:59:22 -0500 Subject: [PATCH] [stack-switching] Update to Phase 3 --- features.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.json b/features.json index e754dea1..26dedd05 100644 --- a/features.json +++ b/features.json @@ -204,7 +204,7 @@ "stackSwitching": { "description": "Stack Switching", "url": "https://github.com/WebAssembly/stack-switching/blob/main/proposals/stack-switching/Explainer.md", - "phase": 2 + "phase": 3 }, "stringref": { "description": "Reference-Typed Strings",