pedrolamarao / gradle-metal

Gradle plugins to compile "bare metal" projects
GNU General Public License v3.0
2 stars 0 forks source link

JVM FFI libraries #24

Open pedrolamarao opened 1 year ago

pedrolamarao commented 1 year ago

Let us do a specialized project that generates a JAR archive with a shared library appropriately for JNI or FFI based JVM libraries.

pedrolamarao commented 8 months ago

The opportunity for contribution here is twofold: one is to ease a multilanguage native + JVM build, two is to package things appropriately to support a corresponding "unpack and load" native library protocol.