Kotlin/WASM doesn't have a Ktor implementation yet...
# compose-web
s
Kotlin/WASM doesn't have a Ktor implementation yet, but if I understand the example of the compose-imageviewer correctly, we can still use it via Kotlin/JS. Is that right?
👀 1
f
yes, you can use ktor for js targets, not for wasm targets
s
So, I can make my Ktor-dependent code into a JS library, which then I can call from Kotlin/WASM via its JS interop, is that right? Sounds very cool if true. I shall try that out soon.