I might target WASM with my multiplatform elasticsearch/opensearch library when things progress a bit:
https://github.com/jillesvangurp/kt-search. I would need ktor-client. co-routines, and a few other multiplatform things to work for that.
My main target would be eventually targeting serverless type deployments with this rather than just the browser. Browser already works fine via kotlin-js and it works fine via jvm in spring-boot and ktor-server. But I"m looking beyond this at other platforms as well.
For example, command line tools via WASI would be in scope for me. Or even native. I actually have kotlin scripting (and even jupyter) working but wasm might be a better fit for some of this stuff.
Of course understood that now is not the time but I am looking forward to this getting usable.