diff --git a/features.json b/features.json index 2cfb7c53..bb7e3864 100644 --- a/features.json +++ b/features.json @@ -515,29 +515,29 @@ "webContentSecurityPolicy": null } }, - "Chicory": { - "url": "https://chicory.dev/", - "logo": "/images/chicory.svg", + "Endive": { + "url": "https://endive.run/", + "logo": "/images/endive.png", "category": "Standalone Runtimes", "features": { "bigInt": null, - "bulkMemory": "1.0.0", + "bulkMemory": "1.0", "customAnnotationSyntaxInTheTextFormat": null, - "extendedConst": null, - "exceptionsFinal": "1.5.0", + "extendedConst": "1.0", + "exceptionsFinal": "1.0", "exceptions": null, - "gc": "1.7.0", + "gc": "1.0", "memory64": null, - "multiMemory": "1.7.0", - "multiValue": "1.0.0", - "mutableGlobals": "1.0.0", - "referenceTypes": "1.0.0", - "saturatedFloatToInt": "1.0.0", - "signExtensions": "1.0.0", - "simd": "1.1.0", - "threads": "1.5.0", - "tailCall": ["1.0.0", "Optimized only in the interpreter"], - "typedFunctionReferences": "1.4.0", + "multiMemory": "1.0", + "multiValue": "1.0", + "mutableGlobals": "1.0", + "referenceTypes": "1.0", + "saturatedFloatToInt": "1.0", + "signExtensions": "1.0", + "simd": "1.0", + "threads": "1.0", + "tailCall": "1.0", + "typedFunctionReferences": "1.0", "webContentSecurityPolicy": null } }, diff --git a/images/chicory.svg b/images/chicory.svg deleted file mode 100644 index 1f2fb858..00000000 --- a/images/chicory.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/endive.png b/images/endive.png new file mode 100644 index 00000000..a0920c7e Binary files /dev/null and b/images/endive.png differ