Does anyone know where the best place is to find d...
# kotlin-native
m
Does anyone know where the best place is to find discussion and information about Rust <-> JVM language FFI interop?
t
Maybe on Reddit rust https://www.reddit.com/r/rust/
👍 1
m
Thanks. So no one here in Kotlin knows anything about Rust / Kotlin via GraalVM?
t
I do rust but I have only used it via JNI for android
👍 1
m
Oh cool, glad to hear it works well on Android. Im interested to about how it might look in JVM situations where there could be some issues / nuances with memory handover.
t
JNI should work generally, but never tried it
l
You might be interested in this article by Mozilla where they talk about doing that: https://hacks.mozilla.org/2019/04/crossing-the-rust-ffi-frontier-with-protocol-buffers/