You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String passing from Kotlin to Rust involves the allocation of a JNA Memory object, which can't be creating with a size of zero, so passing an empty string results in a runtime exception.
We should add support for passing empty strings from Kotlin to Rust.
The text was updated successfully, but these errors were encountered:
String passing from Kotlin to Rust involves the allocation of a JNA
Memory
object, which can't be creating with a size of zero, so passing an empty string results in a runtime exception.We should add support for passing empty strings from Kotlin to Rust.
The text was updated successfully, but these errors were encountered: