What is the Kotlin team focusing on more? JS or WA...
# announcements
c
What is the Kotlin team focusing on more? JS or WASM? I wonder which one should be preferred for multiplatform applications
b
Wasm work is suspended. See the announcement in #CDFP59223
s
WASM work for LLVM has been suspended. They’ll be focusing on building a new compiler back-end.
s
We’re building at products using Kotlin/Multiplatform and Kotlin/JS at JetBrains, like https://www.jetbrains.com/space/ – so it’s certainly a major focus to provide a good experience with JS, and we keep investing majorly into the target. 🙂
1
c
Thanks a lot for the replies ^^
Since WASM is supposedly faster than JS, is there any particular reason JS is more important (whether it's an audience or technical thing, I'm just curious if there's been any evaluation that determined that there was an advantage one way or the other) ?
b
Current wasm ui faster ONLY for number crunching
See latest benchmarking comparison in #CNR7ARJGJ to get a sense how slow js interop is
This should all change after wasm gets direct access to dom apis
Also, the whole thread could be interesting for you.