Skip to content

Commit 52d9688

Browse files
authored
[feature]: add Owi (#492)
Hi, This is adding [Owi](https://github.com/ocamlpro/owi) to the list of engines. Best,
1 parent 5184f92 commit 52d9688

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

features.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,39 @@
675675
"typeReflection": null,
676676
"webContentSecurityPolicy": null
677677
}
678+
},
679+
"Owi": {
680+
"url": "https://github.com/ocamlpro/owi",
681+
"logo": "/images/owi.png",
682+
"features": {
683+
"bigInt": null,
684+
"bulkMemory": true,
685+
"customAnnotationSyntaxInTheTextFormat": true,
686+
"exceptionsFinal": false,
687+
"exceptions": false,
688+
"extendedConst": true,
689+
"esmIntegration": null,
690+
"gc": false,
691+
"jspi": null,
692+
"jsStringBuiltins": null,
693+
"memory64": false,
694+
"multiMemory": false,
695+
"tailCall": true,
696+
"customPageSizes": false,
697+
"multiValue": true,
698+
"multiMemory": false,
699+
"mutableGlobals": true,
700+
"referenceTypes": true,
701+
"relaxedSimd": false,
702+
"saturatedFloatToInt": true,
703+
"signExtensions": true,
704+
"simd": false,
705+
"stackSwitching": false,
706+
"threads": false,
707+
"typedFunctionReferences": true,
708+
"typeReflection": false,
709+
"webContentSecurityPolicy": null
710+
}
678711
}
679712
}
680713
}

images/owi.png

442 KB
Loading

0 commit comments

Comments
 (0)