There's Already #200
Web Support can be added just as easily since compose with skia support for web has launched
org.jetbrains.compose.experimental.jscanvas.enabled=true
and you can add
js(IR) {
browser()
binaries.executable()
}
inside the kotlin block in library;s build.gradle.kts