From 99773aeb254985a780b4d0509cd18f077e2e3cfc Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 9 Dec 2025 13:04:33 -0800 Subject: [PATCH 1/2] Add Binaryen --- features.json | 34 ++++++++++++++++++++++++++++++++++ images/binaryen.svg | 1 + 2 files changed, 35 insertions(+) create mode 100644 images/binaryen.svg diff --git a/features.json b/features.json index a68c81ad..fd8b8dc0 100644 --- a/features.json +++ b/features.json @@ -709,5 +709,39 @@ "webContentSecurityPolicy": null } } + }, + "Binaryen": { + "url": "https://github.com/WebAssembly/binaryen", + "logo": "/images/binaryen.svg", + "features": { + "bigInt": true, + "bulkMemory": true, + "customAnnotationSyntaxInTheTextFormat": true, + "exceptionsFinal": true, + "exceptions": true, + "extendedConst": true, + "esmIntegration": null, + "gc": true, + "jspi": true, + "jsStringBuiltins": true, + "memory64": true, + "multiMemory": true, + "tailCall": true, + "customPageSizes": false, + "multiValue": true, + "multiMemory": true, + "mutableGlobals": true, + "referenceTypes": true, + "relaxedSimd": true, + "saturatedFloatToInt": true, + "signExtensions": true, + "simd": true, + "stackSwitching": true, + "threads": true, + "typedFunctionReferences": true, + "typeReflection": null, + "webContentSecurityPolicy": null + } + } } } diff --git a/images/binaryen.svg b/images/binaryen.svg new file mode 100644 index 00000000..671a4789 --- /dev/null +++ b/images/binaryen.svg @@ -0,0 +1 @@ + \ No newline at end of file From 03bced4e1e12ef27fbd21f9335847fddd1f7ad3d Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 9 Dec 2025 13:15:31 -0800 Subject: [PATCH 2/2] Oops --- features.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/features.json b/features.json index fd8b8dc0..c5f709d7 100644 --- a/features.json +++ b/features.json @@ -708,8 +708,7 @@ "typeReflection": false, "webContentSecurityPolicy": null } - } - }, + }, "Binaryen": { "url": "https://github.com/WebAssembly/binaryen", "logo": "/images/binaryen.svg",