Is there an example Kotlin/Native project (or an easily understandable tool) that spits out WASM along with a JS wrapper like @sdeleuze mentioned?
Or is that something that’s theoretically possible, but currently a very manual process that needs to be worked on as part of the Kotlin+Web story?
We’re currently using a KMPP to write a shared library across iOS, web (via JS), and android. The main reason we haven’t touched wasm yet is just a lack of resources.
If such a wasm/JS interface generator existed, we’d be happy to test it out at the very least, since it would greatly streamline the process 😊