Skip to content

Commit

Permalink
Update GC stage and shipping (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuff authored Oct 13, 2023
1 parent 07b0d1d commit 5a8b796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"gc": {
"description": "Garbage collection",
"url":"https://github.com/WebAssembly/gc",
"phase": 3
"phase": 4
},
"jspi": {
"description": "JS Promise Integration",
Expand Down Expand Up @@ -101,7 +101,7 @@
"bulkMemory": "75",
"exceptions": "95",
"extendedConst": "114",
"gc": ["flag", "Requires flag `chrome://flags/#enable-webassembly-garbage-collection`"],
"gc": ["flag", "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", "Can be enabled by setting the preference `javascript.options.wasm_gc` in `about:config`"],
"gc": [ "flag", "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 5a8b796

Please sign in to comment.