Hi everyone, I trying to use WASM in my project. I...
# compose-web
a
Hi everyone, I trying to use WASM in my project. I can't set ktor, koin dependencies to shared module. What is the problem ?
k
Do they (selected versions) support wasm already?
a
Does Ktor support wasm ?
j
Yes, but you need to use version
3.0.0-wasm2
, which becomes available when you add this repository to your `settings.gradle`:
maven("<https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental>")
a
Thanks. Now it's work
b
For ktor, it’s better to use https://ktor.io/eap/ now. Repo:
<https://maven.pkg.jetbrains.space/public/p/ktor/eap>
Latest version:
3.0.0-beta-2-eap-930
a
okay, Thanks. And one more question. Is sqldelight support wasm ?
🚫 1
🤷‍♂️ 1
p
Last time I researched SQLDelight wasm support the result was not positive. We might need to wait, anyway database on the client side is not a big thing in the web world. Is more of a mobile architecture thing. Web folks hit the server directly
👍 1