Hey guys, is this the right place to ask questions...
# kotlin-website
s
Hey guys, is this the right place to ask questions about
WASM
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?
solved 1
h
And just for the record:
is this the right place to ask questions about
WASM
in Kotlin Multiplatform as well?
No, #C3PQML5NU is. This channel is about questions regarding kotlinlang.org.
👍 1