is there any way to track the progress of the K2 c...
# intellij
b
is there any way to track the progress of the K2 compiler integration in intellij?
1
t
Hello! Can you please elaborate on what you mean by “track the progress of the K2 compiler integration in IntelliJ”? K2 compiler is supported in IntelliJ IDEA
b
no support for JS projects yet
I think it's marked to still be in alpha state
so just a milestone in the issue tracker that marks the road to beta or stable would be enough for me 🙂
I've been taking a look at JS integration for years now and it looks somewhat usable with @JsPlainObject
t
Thank you for the clarification, that means we are talking about K2 mode. JS projects are planned to get support in Beta, which will be in the upcoming 2024.2 release.
b
oh, that's lovely to hear
do you by any chance also know where WASM/JS is headed in general?
it seems that WASM has become a bigger focus, but from what I've heard JS interop is plagued by copying data such as strings
is JS going to get de-emphasized in favor of WASM?
(once string refs/gc proposals go stable)
t
We are currently improving the WASM experience, helping it get from the Alpha stage. We don’t have the final plan for JS development at the moment.
b
thank you!
🤝 1