Is there some highlight of what is or isn't currently supported by WASM backend?
IIRC things like try-cache were not on the first public showcase?
But if it can run Compose I guess it's pretty complete right now.
s
Svyatoslav Kuzmich [JB]
02/15/2023, 5:08 PM
Common language features are mostly complete. try-catch is there. There could be some unsupported edge-cases and a few very niche features, but we don’t have a list right now.
One of the most incomplete thing is interop with JavaScript. Kotlin/Wasm does support a decent subset of Kotlin/JS features, but many features are missing or under design.