<https://twitter.com/bashorov/status/1783224520045...
# webassembly
b
j
Ah nice I forgot that was this week
Was it April 22nd release date because it was Node 22?
alphabet yellow w 1
alphabet white o 1
alphabet yellow a 1
alphabet white h 1
alphabet yellow h 1
r
Can we use Node.js 22 in K/Wasm 2.0.0-RC1? I've tried to just change the version, but I have this error:
Copy code
node-v22.0.0-linux-x64/bin/node: bad option: --experimental-wasm-gc
Or if you're setting it yourself, just remove it!
r
I don't and I don't see any way to remove it.
b
For run tasks you can use:
Copy code
tasks.withType<NodeJsExec>().forEach {
    it.nodeArgs.remove("--experimental-wasm-gc")
}
🙏 1
But I don’t see a way for test tasks
😥 1
e
@bashor are there any plans to backport this to 1.9?
b
@eygraber it’s backported, will be part of 1.9.24
🎉 1