Is Ktor `3.0.0` due to support WASM? Currently th...
# ktor
d
Is Ktor
3.0.0
due to support WASM? Currently there are versions
3.0.0-wasm2
and
3.0.0-beta-1
, where the Beta doesn't have WASM artifacts 🤔
e
Hey! It should be on the EAP branch, let me check
👀 1
b
Yes, it's in EAP https://maven.pkg.jetbrains.space/public/p/ktor/eap Looking forward the beta 2 release
e
Yep, please check
3.0.0-beta-2-eap-912
. Please check ktor.io/eap on the configuration
d
Thank you so much @e5l for helping WASM Websockets reach EAP! I've only gone as far as resolving the dependencies but all looks good in the IDE. Now you have gifted me ⚡ hyper-motivation ⚡ to complete this part of my App... Will report back with results! 🔥
😉 1
e
Hey! I've made a sample with Compose and Ktor Wasm in case if it's needed: https://github.com/ktorio/ktor-samples/tree/main/ktor-client-wasm
206 Views