From 6db93bb68ebf7e25e13e078a27506cdaed312e5b Mon Sep 17 00:00:00 2001 From: "Ben L. Titzer" Date: Wed, 5 Aug 2026 15:45:00 -0400 Subject: [PATCH 1/2] Add wide arithmetic for Wizard --- features.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features.json b/features.json index bb7e3864..99de1ebc 100644 --- a/features.json +++ b/features.json @@ -636,7 +636,8 @@ "threads": ["flag", "Requires flag `--ext:threads`"], "typedFunctionReferences": "24", "typeReflection": null, - "webContentSecurityPolicy": null + "webContentSecurityPolicy": null, + "wideArithmetic": ["flag", "Requires flag `--exit:wide-arithmetic`"] } }, "wazero": { From a4e54ff77b67e3b3d86c75996f40e780bd7e991a Mon Sep 17 00:00:00 2001 From: "Ben L. Titzer" Date: Wed, 5 Aug 2026 15:49:10 -0400 Subject: [PATCH 2/2] Update features.json --- features.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.json b/features.json index 99de1ebc..1eaa3617 100644 --- a/features.json +++ b/features.json @@ -637,7 +637,7 @@ "typedFunctionReferences": "24", "typeReflection": null, "webContentSecurityPolicy": null, - "wideArithmetic": ["flag", "Requires flag `--exit:wide-arithmetic`"] + "wideArithmetic": ["flag", "Requires flag `--ext:wide-arithmetic`"] } }, "wazero": {