Is there any idea when we’re going to see Kotlin w...
# webassembly
s
Is there any idea when we’re going to see Kotlin wasm ready for production use?
.wasm 1
n
Most likely the Kotlin team will make an official announcement at this year's Kotlin Conf, in terms of a rough general timeline that is subject to change (aka Kotlin Roadmap).
s
Is GC support shipping with browsers these days?
j
It’s still an in-design/dev experimental feature/standard. It’s technically in Chrome Canary though
s
no. It’s entered implemented phase 2 out of 3 for WASM early this year. Which means it’s documented - https://github.com/WebAssembly/proposals
@bashor I’m just curious. I realistically won’t use Kotlin wasm until compose has a target for it.
b
do you use compose for web?
What kind of compose do you mean? Using DOM or on top of canvas?
A lot of questions, sorry 🙂
Speaking about the new compiler backend for Kotlin/Wasm: It will be hard to use it in real production until GC & some other proposals reach the final stage, are implemented and turned on by default in all major browsers, and spread across the world.
I personally expect that within 2022 Q4 — 2023 Q2: • GC proposal will be moved to 3 of 4 phase. • We will get experimental support (under flag) for GC proposal in all major browsers.