Has anyone had any success getting Kotlin/Wasm to run on the Wasmer runtime? If you have I would love to know
s
Svyatoslav Kuzmich [JB]
02/11/2023, 9:09 PM
I would also like to see Kotlin/Wasm running in Wasmer runtime, but it’s not possible yet. It is blocked by:
• Wasmer support of exception handling
• Wasmer support of GC (Seems like an old closed issue. The GC proposal has progressed a lot since then and is now in phase 3)
• Kotlin/Wasm support of WASI (In-progress, currently prototyped in https://github.com/sdeleuze/kowasm)
Feel free to upvote or comment on linked issues to show your interest.