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
Igor Yakovlev
04/08/2024, 10:25 AM
Hi, no, current nodejs 21.7.2 still does not use latest v8.
c
CLOVIS
04/08/2024, 10:29 AM
That's a shame 😕 do you know when they will make the switch?
a
Ayfri
04/08/2024, 11:32 AM
It should work with Deno, but I never tried running a K/JS program with Deno
j
jw
04/08/2024, 12:08 PM
Node 22 comes out next Monday
jw
04/08/2024, 12:08 PM
Should be good to go then
c
CLOVIS
04/08/2024, 12:09 PM
Nice!
b
bashor
04/08/2024, 1:10 PM
You can use nightly build of Node.js 22 as it’s done here
bashor
04/08/2024, 1:13 PM
According to this, the initial release for 22.x is planned for 2024-04-23.