Does Ktor not support Kotlin/WASM? <https://ktor.i...
# ktor
m
Does Ktor not support Kotlin/WASM? https://ktor.io/docs/client-supported-platforms.html
e
It does, we need to update the website. Thank you for spotting! @Viktoriya Nikolova
m
Great, thank you!
Also, what would be the appropriate engine for WASM please? https://ktor.io/docs/client-engines.html#js
A module which targets wasm and android should use which engine in it's common main network calls?
r
You can just not use any engine in common code and let each platform choose their own, you don't need to find one engine that works on all the platforms you support