Skip to content

Commit 5184f92

Browse files
Add Wazero to the features page. (#491)
Adds Wazero as an engine to the features page.
1 parent 43c7462 commit 5184f92

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

features.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,39 @@
642642
"typeReflection": null,
643643
"webContentSecurityPolicy": null
644644
}
645+
},
646+
"wazero": {
647+
"url": "https://wazero.io",
648+
"logo": "/images/wazero.svg",
649+
"features": {
650+
"bigInt": null,
651+
"bulkMemory": true,
652+
"customAnnotationSyntaxInTheTextFormat": null,
653+
"exceptionsFinal": false,
654+
"exceptions": false,
655+
"extendedConst": false,
656+
"esmIntegration": null,
657+
"gc": false,
658+
"jspi": null,
659+
"jsStringBuiltins": null,
660+
"memory64": false,
661+
"multiMemory": false,
662+
"tailCall": ["flag", "experimental feature"],
663+
"customPageSizes": null,
664+
"multiValue": true,
665+
"multiMemory": false,
666+
"mutableGlobals": true,
667+
"referenceTypes": true,
668+
"relaxedSimd": false,
669+
"saturatedFloatToInt": true,
670+
"signExtensions": true,
671+
"simd": true,
672+
"stackSwitching": false,
673+
"threads": ["flag", "experimental feature"],
674+
"typedFunctionReferences": false,
675+
"typeReflection": null,
676+
"webContentSecurityPolicy": null
677+
}
645678
}
646679
}
647680
}

images/wazero.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)