Hacker News new | ask | show | jobs
by peoplewindow 3085 days ago
Look at SubstrateVM. It's capable of making fully stripped AOT compiled binaries with a bundled JVM that only use the parts of the JRE library that are needed. Sort of like what Go can do.
1 comments

Yup. There is also jaotc coming along. Regardless, to use a them from Kotlin Native would require bridging between the two.