Fork me on GitHub
#graalvm
<
2021-04-22
>
Huahai21:04:04

Thanks. This is JNI specific, but what would be really cool is to make the substrateVM API available for regular JVM, because it is direct native access , much faster than JNI, and the API is nice to use too. Statically linking native libraries with substrateVM API is not a problem. I am already doing that in Datalevin.

chrisn14:04:31

Awesome!! I will check this out.

chrisn15:04:55

That post links to an issue that will hopefully result in formal support for that pathway.