Skip to content

Commit

Permalink
Update Node status for GC (#369)
Browse files Browse the repository at this point in the history
As of Node.js v22.0.0-nightly20240104084d761dfc (Jan 5, 2024), node is updated to
v8 11.9.169.7, which supports GC by default with the final binary encoding (which is not
compatible with previous unreleased versions). So any version of node v22 and above
built after this date should work with no flags, and any previous version will not work
with current tools, even with a flag.
  • Loading branch information
samestep authored Feb 6, 2024
1 parent 496e10b commit ba3deae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"bulkMemory": "12.5",
"exceptions": "17.0",
"extendedConst": ["flag", "Requires flag `--experimental-wasm-extended-const`"],
"gc": ["flag", "Requires flag `--experimental-wasm-gc`"],
"gc": "22.0",
"jspi": ["flag", "Requires flag `--experimental-wasm-stack-switching`"],
"memory64": ["flag", "Requires flag `--experimental-wasm-memory64`"],
"multiMemory": ["flag", "Requires flag `--experimental-wasm-multi-memory`"],
Expand Down

0 comments on commit ba3deae

Please sign in to comment.