sigmadelta
12/27/2024, 7:00 PMWASM
in Kotlin Multiplatform as well?
If so, I have a little question. I currently made a website using the WASM export and it works for all clients, except for iOS below 18.2
. This is related to the fact that they only introduced support for WASM
GC with their recent os update.
To bypass this there is the option of exporting the whole project in JS, but I would prefer to stay in WASM
. Is there somehow an option to detect the browser of the user doesn't support WASM
GC and redirect him to a different index.html with an explanation or something?sigmadelta
12/27/2024, 7:33 PMhho
01/07/2025, 9:31 AMis this the right place to ask questions aboutNo, #C3PQML5NU is. This channel is about questions regarding kotlinlang.org.in Kotlin Multiplatform as well?WASM