Can I already try out Kotlin/Wasm or is it not public yet?
g
gildor
01/11/2022, 7:55 AM
It’s public in terms of code, but there are no official public releases
➕ 1
🙏 1
r
Roy Grini
01/17/2022, 10:40 AM
Any links to repo?
And possible short intro on build/install and usage, preferrably with IntelliJ?
g
gildor
01/19/2022, 1:47 AM
There is no official intro/usage and probably intellij support too
m
Marcin Wisniowski
01/20/2022, 7:20 PM
Is there any ETA for an alpha release? Is it matter of weeks, months, years?
g
gildor
01/21/2022, 1:46 AM
Kotlin team do not announce ETA in general
Also don’t forget, that upcoming wasm backend will be based on Wasm GC which is experimental and not available by default on browsers, so it’s not only related on wasm development
👍 1
r
Robert
03/11/2022, 8:49 PM
So when Kotlin WASM will be available, it will not have impact on compose web?
g
gildor
03/12/2022, 3:20 PM
It may be wasm version of compose in future, it's MPP project after all (at least core parts), but I think it's too early for now to tell, even compose web on early stage. It may use the same canvas rendering as js