anyone aware of any examples of using Wasm based C...
# compose-web
j
anyone aware of any examples of using Wasm based Compose for Web with Kotlin 1.9.20-Beta (or if that's even possible right now)? I've been trying various combinations but no luck so far.
complicated perhaps by fact that I'm also using following (which I believe are latest available)
Copy code
implementation("io.ktor:ktor-client-core:2.3.3-wasm0")
implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.3-wasm0")
implementation("io.ktor:ktor-client-content-negotiation:2.3.3-wasm0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0-RC-wasm0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.0-RC-wasm0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1-wasm0")
m
This is using JS(), but it's using the skiko wasm lib to render canvas so it's close: https://github.com/JetBrains/compose-multiplatform/tree/chat_1.9.20-Beta/examples/chat
j
Thanks for that....I think though the issues I'm seeing are related to some of the wasm specific dependencies