Yeah, I saw that, but my use case is as follows: we have existing C code that's our main service. We also have a Kotlin package/module/library that provides some functionality, at the moment we transpile kotlin code to JS and run it from C process using JS VM. I'd like to get rid of the JS VM and just call the kotlin methods directly.