At the moment I have: Kotlin+Java.class+JNI built using GraalVM into one deployable EXE, so it is the alternatives to this I seek, especially if:
• Some application don't need much of the JRE/JDK (at the moment I see a 18Mb mandatory overhead for HelloWorld via JNI with GraalVM, but potential is already known to reduce to 1/3 of this based on known matters being worked on there).
• Maybe some applications only need access to a subset of system calls / libc / libstdc++
• Non UI environment / command line tooling applications
• Want potential (in future) for process to host WASM plugins with their own interfaces, so looking for future potential inter-op from this side as well.
Thanks