Skip to content

Commit ffd3953

Browse files
authored
Add Binaryen (#497)
Context: #495 Per discussion there, we may want to land this after a redesign (perhaps with separate areas for VMs and toolchains, of which this is the second). I don't have a feeling of urgency here, either way seems fine, however @dschuff / @tomayac decide.
1 parent 1d5bd2b commit ffd3953

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

features.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,39 @@
708708
"typeReflection": false,
709709
"webContentSecurityPolicy": null
710710
}
711+
},
712+
"Binaryen": {
713+
"url": "https://github.com/WebAssembly/binaryen",
714+
"logo": "/images/binaryen.svg",
715+
"features": {
716+
"bigInt": true,
717+
"bulkMemory": true,
718+
"customAnnotationSyntaxInTheTextFormat": true,
719+
"exceptionsFinal": true,
720+
"exceptions": true,
721+
"extendedConst": true,
722+
"esmIntegration": null,
723+
"gc": true,
724+
"jspi": true,
725+
"jsStringBuiltins": true,
726+
"memory64": true,
727+
"multiMemory": true,
728+
"tailCall": true,
729+
"customPageSizes": false,
730+
"multiValue": true,
731+
"multiMemory": true,
732+
"mutableGlobals": true,
733+
"referenceTypes": true,
734+
"relaxedSimd": true,
735+
"saturatedFloatToInt": true,
736+
"signExtensions": true,
737+
"simd": true,
738+
"stackSwitching": true,
739+
"threads": true,
740+
"typedFunctionReferences": true,
741+
"typeReflection": null,
742+
"webContentSecurityPolicy": null
743+
}
711744
}
712745
}
713746
}

0 commit comments

Comments
 (0)