https://kotlinlang.org logo
Title
c

Caleb

05/13/2023, 11:28 PM
When using Compose for web, are there two versions? Maybe JS and WASM? I see that Compose multiplatform hit 1.0 in 2021 and did not say that Web was in alpha: https://blog.jetbrains.com/kotlin/2021/12/compose-multiplatform-1-0-is-going-live/#web.
e

ephemient

05/14/2023, 12:23 AM
• the old "Compose for Web" (JS) is now named "Compose HTML Library" https://github.com/JetBrains/compose-multiplatform/pull/2997 • the new WASM port of Compose Multiplatform is named "Compose Multiplatform for Web" https://kotlinlang.org/docs/wasm-overview.html#compose-multiplatform-for-web
if you see references to "Compose for Web" before last month, it probably means the old one (JS) if you see references to "Compose for Web" after last month, it probably means the new one (WASM)
they do not use the same name at the same time
c

Caleb

05/15/2023, 1:20 AM
What's the status of compose html? Is it also alpha? It's strange that it's so hard to find.
i

Igor Demin

05/15/2023, 9:04 AM
What's the status of compose html? Is it also alpha?
Compose HTML Library is stable
c

Caleb

05/19/2023, 12:14 AM
Thanks!