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
Flo
05/07/2023, 7:47 AM
yes, you can use ktor for js targets, not for wasm targets
s
Serge
05/09/2023, 12:54 AM
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.