From 6cc80efc283f2b1f5dee1d81a4612f890060e00f Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Thu, 27 Aug 2026 11:38:47 -0700 Subject: [PATCH] Move type reflection back to phase 1 As decided by the CG on May 24. Fixes https://github.com/WebAssembly/proposals/issues/242 --- features.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.json b/features.json index ffa4ec79..78d07fdd 100644 --- a/features.json +++ b/features.json @@ -234,7 +234,7 @@ "typeReflection": { "description": "Type Reflection for JS API", "url": "https://github.com/WebAssembly/js-types/blob/main/proposals/js-types/Overview.md", - "phase": 3 + "phase": 1 }, "typedFunctionReferences": { "description": "Typed Function References",