From cdb96a56984e63f618d3ca4d2cbb67da9a9caac0 Mon Sep 17 00:00:00 2001 From: Robin Freyler Date: Fri, 21 Aug 2026 19:35:13 +0200 Subject: [PATCH] move wasmi next to wasm3 wasmi and wasm3 are direct competitors and thus it is useful to readers of the website to have them be adjacent to each other for comparison. back when I added Wasmi to the list I appended it to the back. given that other new additions didn't do that I wonder if there actually is an ordering? maybe it would be good to have one since with the current visualization it is kind of bad to land on the spots at the end since they are only visible when scrolling. an even better solution is likely to introduce a different visualization that makes scrolling unnecessary and equals all spots. --- features.json | 66 +++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/features.json b/features.json index 534ef146..0b88c47b 100644 --- a/features.json +++ b/features.json @@ -667,6 +667,39 @@ "webContentSecurityPolicy": null } }, + "Wasmi": { + "url": "https://github.com/wasmi-labs/wasmi/", + "logo": "/images/wasmi.png", + "category": "Standalone Runtimes", + "features": { + "bigInt": null, + "bulkMemory": "0.24", + "customAnnotationSyntaxInTheTextFormat": true, + "customPageSizes": "0.41", + "esmIntegration": null, + "exceptionsFinal": false, + "extendedConst": "0.29", + "gc": false, + "jspi": null, + "jsStringBuiltins": null, + "memory64": "0.41", + "multiMemory": "0.37", + "multiValue": "0.14", + "mutableGlobals": "0.14", + "profiles": "2.0.0", + "referenceTypes": "0.24", + "relaxedSimd": "0.44", + "saturatedFloatToInt": "0.14", + "signExtensions": "0.14", + "simd": "0.43", + "tailCall": "0.28", + "threads": null, + "typedFunctionReferences": false, + "typeReflection": null, + "webContentSecurityPolicy": null, + "wideArithmetic": "0.42" + } + }, "wizard": { "url": "https://github.com/titzer/wizard-engine", "logo": "/images/wizard.svg", @@ -1016,39 +1049,6 @@ "wideArithmetic": true } }, - "Wasmi": { - "url": "https://github.com/wasmi-labs/wasmi/", - "logo": "/images/wasmi.png", - "category": "Standalone Runtimes", - "features": { - "bigInt": null, - "bulkMemory": "0.24", - "customAnnotationSyntaxInTheTextFormat": true, - "customPageSizes": "0.41", - "esmIntegration": null, - "exceptionsFinal": null, - "extendedConst": "0.29", - "gc": null, - "jspi": null, - "jsStringBuiltins": null, - "memory64": "0.41", - "multiMemory": "0.37", - "multiValue": "0.14", - "mutableGlobals": "0.14", - "profiles": null, - "referenceTypes": "0.24", - "relaxedSimd": "0.44", - "saturatedFloatToInt": "0.14", - "signExtensions": "0.14", - "simd": "0.43", - "tailCall": "0.28", - "threads": null, - "typedFunctionReferences": null, - "typeReflection": null, - "webContentSecurityPolicy": null, - "wideArithmetic": "0.42" - } - }, "Hexana": { "url": "https://plugins.jetbrains.com/plugin/29090-hexana", "logo": "/images/hexana.avif",