Skip to content

Commit 0032452

Browse files
authored
Add WATR compiler to features.json (#516)
[watr](https://github.com/dy/watr/tree/main) is now feature-complete (phase 4 & 5) with MVP polyfilling support and optimizations. Designed for fast in-browser compilation of high-level languages. Worth including in your comparison table.
1 parent e7ca66e commit 0032452

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

features.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,39 @@
824824
"webContentSecurityPolicy": null,
825825
"wideArithmetic": false
826826
}
827+
},
828+
"watr": {
829+
"url": "https://github.com/dy/watr",
830+
"logo": "/images/watr.svg",
831+
"category": "Tools",
832+
"features": {
833+
"bigInt": true,
834+
"branchHinting": true,
835+
"bulkMemory": true,
836+
"customAnnotationSyntaxInTheTextFormat": true,
837+
"esmIntegration": null,
838+
"exceptionsFinal": true,
839+
"extendedConst": true,
840+
"gc": true,
841+
"jsPrimitiveBuiltins": null,
842+
"jsStringBuiltins": true,
843+
"jspi": null,
844+
"memory64": true,
845+
"multiMemory": true,
846+
"multiValue": true,
847+
"mutableGlobals": true,
848+
"referenceTypes": true,
849+
"relaxedSimd": true,
850+
"saturatedFloatToInt": true,
851+
"signExtensions": true,
852+
"simd": true,
853+
"tailCall": true,
854+
"threads": true,
855+
"typedFunctionReferences": true,
856+
"typeReflection": null,
857+
"webContentSecurityPolicy": null,
858+
"wideArithmetic": true
859+
}
827860
}
828861
}
829862
}

images/watr.svg

Lines changed: 26 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)