Trying Kotlin Multiplatform Compose for Web (without wasm)

Hey there I have a kotkin multiplatform compose app that runs on wasm and works fine for the most part, my issue is that some clients have really old browsers that doesnt have wasmGC.

I have read somewhere that instead of KMC for web with wasm we can use generation of js. Yes skia is still wasm I guess but the app itself will use skia and draw on canvas. I believe this is something that flutter is doing in the last 2+ years.

I have read that Kotlin Multiplatform Compose web was also working without wasm some time ago but right now cant find how to migrate my wasm builds to js only builds.

submitted by /u/jNayden
[link] [comments]