From 7ad0c1513ea37904ea392a1c97329d166bf89ace Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Thu, 27 Aug 2026 12:55:24 -0700 Subject: [PATCH] Update compact import section It advanced to phase 4 in August 2026 It's also supported with a flag in Chrome. --- features.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/features.json b/features.json index 78d07fdd..64541374 100644 --- a/features.json +++ b/features.json @@ -24,7 +24,7 @@ "compactImportSection": { "description": "Compact Import Section", "url": "https://github.com/WebAssembly/compact-import-section/blob/main/proposals/compact-import-section/Overview.md", - "phase": 3 + "phase": 4 }, "compilationHints": { "description": "Compilation Hints", @@ -276,6 +276,10 @@ "bigInt": "85", "branchHinting": "137", "bulkMemory": "75", + "compactImportSection": [ + "flag", + "Requires CLI flag `--js-flags=--wasm-compact-imports`" + ], "compilationHints": [ "flag", "Requires CLI flag `--js-flags=--experimental-wasm-compilation-hints`"