Has anyone used the Kotlinx.wasm.jsinterop to access WebAssembly?

I recently discovered this library but it’s not well documented. Has anyone tried it to call into a wasm module from Kotlin? Any sample code?

Best I could find is this article.

1 Like

Isn’t your question more about Kotlinjs? Kotlin wasm doesn’t exist yet.