Hey there I have a kotkin multiplatform compose ap...
# javascript
j
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 build using wasm I guess, but the app itself will use the skia and draw on html 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.
o
See this thread for info on switching from Wasm and using the JS target instead.
❤️ 1
j
Thanks 🙏
🙂 1