When Ktor will support Compose web (wasm or js) directly ?
Or I need always to use static files ?
a
Arjan van Wieringen
12/15/2024, 2:19 PM
How would you suppose "supporting directly" works? What does "supporting directly" mean?
a
Aleksei Tirman [JB]
12/16/2024, 9:03 AM
Ktor HTTP client does already support WASM and JS targets
b
Bruce Hamilton
12/16/2024, 9:33 AM
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/