Skip to content

Commit e5d341f

Browse files
authored
features: add WasmEdge (#508)
Hi, Here is from the maintainers of WasmEdge runtime. I've updated the supporting status of WASM proposals in WasmEdge. Thanks! Signed-off-by: YiYing He <yiying@secondstate.io>
1 parent 918ff63 commit e5d341f

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

features.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,39 @@
777777
"webContentSecurityPolicy": null,
778778
"wideArithmetic": "0.8.0"
779779
}
780+
},
781+
"wasmedge": {
782+
"url": "https://github.com/WasmEdge/WasmEdge",
783+
"logo": "/images/wasmedge.svg",
784+
"features": {
785+
"bigInt": null,
786+
"branchHinting": null,
787+
"bulkMemory": "0.7.1",
788+
"customAnnotationSyntaxInTheTextFormat": false,
789+
"customPageSizes": false,
790+
"esmIntegration": false,
791+
"exceptionsFinal": "0.14.0",
792+
"extendedConst": "0.10.0",
793+
"gc": "0.14.0",
794+
"jsPrimitiveBuiltins": null,
795+
"jsStringBuiltins": null,
796+
"jspi": null,
797+
"memory64": false,
798+
"multiMemory": "0.9.1",
799+
"multiValue": "0.6.2",
800+
"mutableGlobals": "0.2.0",
801+
"referenceTypes": "0.7.1",
802+
"relaxedSimd": "0.14.1",
803+
"saturatedFloatToInt": "0.6.2",
804+
"signExtensions": "0.6.2",
805+
"simd": "0.7.2",
806+
"tailCall": "0.10.0",
807+
"threads": "0.10.1",
808+
"typeReflection": false,
809+
"typedFunctionReferences": "0.14.0",
810+
"webContentSecurityPolicy": null,
811+
"wideArithmetic": false
812+
}
780813
}
781814
}
782815
}

images/wasmedge.svg

Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)