Skip to content

Commit

Permalink
Fix GC shipping description
Browse files Browse the repository at this point in the history
It's on by default, not a flag.
  • Loading branch information
dschuff authored Oct 13, 2023
1 parent 5a8b796 commit ed89d7a
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 @@ -101,7 +101,7 @@
"bulkMemory": "75",
"exceptions": "95",
"extendedConst": "114",
"gc": ["flag", "119"],
"gc": "119",
"jspi": ["flag", "Requires flag `chrome://flags/#enable-experimental-webassembly-stack-switching`"],
"memory64": ["flag", "Requires flag `chrome://flags/#enable-experimental-webassembly-features`"],
"multiMemory": ["flag", "Requires flag `chrome://flags/#enable-experimental-webassembly-features`"],
Expand All @@ -125,7 +125,7 @@
"bulkMemory": "79",
"exceptions": "100",
"extendedConst": "112",
"gc": [ "flag", "120"],
"gc": "120",
"memory64": ["flag", "Enabled in Nightly, unavailable in Beta/Release"],
"multiMemory": ["flag", "Enabled in Nightly, and behind preference flag javascript.options.wasm_multi_memory"],
"multiValue": "78",
Expand Down

0 comments on commit ed89d7a

Please sign in to comment.