Skip to content

Commit

Permalink
Note GC and tail call support in Safari TP 202 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuff authored Aug 30, 2024
1 parent 4494726 commit 8e3f7c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,15 @@
"customAnnotationSyntaxInTheTextFormat": null,
"exceptions": "15.2",
"extendedConst": "17.4",
"gc": ["flag", "Requires JavaScriptCore flag `useWebAssemblyGC`"],
"gc": ["flag", "Supported in Safari Technology Preview 202"],
"multiValue": "13.1",
"mutableGlobals": "12",
"referenceTypes": "15",
"relaxedSimd": ["flag", "Requires JavaScriptCore flag `useWebAssemblyRelaxedSIMD`"],
"saturatedFloatToInt": "15",
"signExtensions": ["14.1", "Supported in desktop Safari since 14.1 and iOS Safari since 14.5"],
"simd": "16.4",
"tailCall": ["flag", "Requires JavaScriptCore flag `useWebAssemblyTailCalls`"],
"tailCall": ["flag", "Supported in Safari Technology Preview 202"],
"threads": ["14.1", "Supported in desktop Safari since 14.1 and iOS Safari since 14.5"],
"typedFunctionReferences": "18"
}
Expand Down

0 comments on commit 8e3f7c2

Please sign in to comment.