When Ktor will support Compose web (wasm or js) di...
# ktor
a
When Ktor will support Compose web (wasm or js) directly ? Or I need always to use static files ?
a
How would you suppose "supporting directly" works? What does "supporting directly" mean?
a
Ktor HTTP client does already support WASM and JS targets
b
If you're looking for an example on how to serve the webpack bundle from a server, you can check the build files for an HTMX project https://start.ktor.io/p/htmx Then you can do a mash-up with a template from the KMP wizard https://kmp.jetbrains.com/
♥️ 1