Very intrigued by the possibilities of Kotlin + wasm and curious to know if the following use case is something that is realistic to expect.
Is it possible that someday (soonish) a multiplatform library that targets wasm could be used by a JS client app? With TypeScript definitions generated?
I realize we can get this today by targeting JS, but I haven’t had the best experiences with the JS output of KMP so far (large bundle sizes, data types such as List need workarounds being the 2 I can think of off hand).