Skip to content

Commit 4fec46a

Browse files
authored
Add Chasm as a standalone runtime (#536)
1 parent 7156b2c commit 4fec46a

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

features.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,37 @@
914914
"wideArithmetic": true
915915
}
916916
},
917+
"Chasm": {
918+
"url": "https://github.com/CharlieTap/chasm",
919+
"logo": "/images/chasm.svg",
920+
"category": "Standalone Runtimes",
921+
"features": {
922+
"bigInt": null,
923+
"bulkMemory": true,
924+
"customAnnotationSyntaxInTheTextFormat": null,
925+
"esmIntegration": null,
926+
"exceptionsFinal": true,
927+
"extendedConst": true,
928+
"extendedNameSection": true,
929+
"gc": true,
930+
"jspi": null,
931+
"jsStringBuiltins": null,
932+
"memory64": false,
933+
"multiMemory": true,
934+
"multiValue": true,
935+
"mutableGlobals": true,
936+
"referenceTypes": true,
937+
"relaxedSimd": false,
938+
"saturatedFloatToInt": true,
939+
"signExtensions": true,
940+
"simd": false,
941+
"tailCall": true,
942+
"typedFunctionReferences": true,
943+
"typeReflection": null,
944+
"webContentSecurityPolicy": null,
945+
"wideArithmetic": true
946+
}
947+
},
917948
"Wasmi": {
918949
"url": "https://github.com/wasmi-labs/wasmi/",
919950
"logo": "/images/wasmi.png",

images/chasm.svg

Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)