Hey! Can we use Kotlin/WASM with a normal version ...
# webassembly
c
Hey! Can we use Kotlin/WASM with a normal version of Node now? If so, is there any other non-standard setup required (other than "use the latest stable version of everything")? I'm a multiplatform library author, as soon as that stage is reached I intend to add WASM support to all my libraries.
i
Hi, no, current nodejs 21.7.2 still does not use latest v8.
c
That's a shame 😕 do you know when they will make the switch?
a
It should work with Deno, but I never tried running a K/JS program with Deno
j
Node 22 comes out next Monday
Should be good to go then
c
Nice!
b
You can use nightly build of Node.js 22 as it’s done here
According to this, the initial release for 22.x is planned for 2024-04-23.