Skip to content

Commit 43c7462

Browse files
titzertomayac
andauthored
[features] Add Wizard (#490)
Added logo and an entry to `features.json`. I wasn't sure how to test this, so it probably needs to be looked at carefully and rendered to be sure. --------- Co-authored-by: Thomas Steiner <tomac@google.com>
1 parent 974e82d commit 43c7462

2 files changed

Lines changed: 1024 additions & 0 deletions

File tree

features.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,39 @@
609609
"typeReflection": null,
610610
"webContentSecurityPolicy": null
611611
}
612+
},
613+
"wizard": {
614+
"url": "https://github.com/titzer/wizard-engine",
615+
"logo": "/images/wizard.svg",
616+
"features": {
617+
"bigInt": null,
618+
"bulkMemory": "25",
619+
"customAnnotationSyntaxInTheTextFormat": null,
620+
"exceptionsFinal": "24",
621+
"exceptions": "24",
622+
"extendedConst": "25",
623+
"esmIntegration": null,
624+
"gc": "24",
625+
"jspi": null,
626+
"jsStringBuiltins": null,
627+
"memory64": "25",
628+
"multiMemory": "25",
629+
"tailCall": "25",
630+
"customPageSizes": ["flag", "Requires flag `--ext:custom-page-sizes`"],
631+
"multiValue": "21",
632+
"multiMemory": "24",
633+
"mutableGlobals": "21",
634+
"referenceTypes": "21",
635+
"relaxedSimd": "25",
636+
"saturatedFloatToInt": "21",
637+
"signExtensions": "21",
638+
"simd": "23",
639+
"stackSwitching": ["flag", "Requires flag `--ext:stack-switching`"],
640+
"threads": ["flag", "Requires flag `--ext:threads`"],
641+
"typedFunctionReferences": "24",
642+
"typeReflection": null,
643+
"webContentSecurityPolicy": null
644+
}
612645
}
613646
}
614647
}

0 commit comments

Comments
 (0)