From b618c08d8cac62628d347a061dd32074a6d7374f Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sun, 4 Jan 2026 09:07:47 +0800 Subject: [PATCH 1/2] Update wasm-language-tools' features --- features.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features.json b/features.json index b2761ef9..7163ba9d 100644 --- a/features.json +++ b/features.json @@ -753,6 +753,7 @@ "branchHinting": null, "bulkMemory": true, "customAnnotationSyntaxInTheTextFormat": "0.7.0", + "customPageSizes": "0.8.0", "esmIntegration": null, "exceptionsFinal": "0.7.0", "extendedConst": "0.7.0", @@ -770,9 +771,11 @@ "signExtensions": "0.3.0", "simd": true, "tailCall": true, + "threads": "0.8.0", "typeReflection": null, "typedFunctionReferences": "0.4.0", "webContentSecurityPolicy": null + "wideArithmetic": "0.8.0" } } } From 96342a6583237f03b082e48b432dad2495481833 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Wed, 7 Jan 2026 07:57:40 +0800 Subject: [PATCH 2/2] Fix JSON Co-authored-by: Derek Schuff --- features.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.json b/features.json index 7163ba9d..762e9f40 100644 --- a/features.json +++ b/features.json @@ -774,7 +774,7 @@ "threads": "0.8.0", "typeReflection": null, "typedFunctionReferences": "0.4.0", - "webContentSecurityPolicy": null + "webContentSecurityPolicy": null, "wideArithmetic": "0.8.0" } }