Is there any information about interacting with WASM components from kotlin. For example, I could emscripten a C library to WASM - then call it somehow from kotlin - thereby making my program architecture independent. Or integrating Kotlin Native with such a solution, so I could compile the kotlin, but not worry about the making a build for all the dependent C libraries. I have done a bit of googling, but I don't think that kotlin multiplatform is what I'm looking for? Thanks!