Hacker News new | ask | show | jobs
by bhelx 596 days ago
If you have a Java library, take a look at Chicory: https://github.com/dylibso/chicory

It runs on any JVM and has a couple flavors of "ahead-of-time" bytecode compilation.

1 comments

This is great to see. I had my own effort around this that I could never quite get done.

I didn’t notice this on the front page, what JVM versions is this compatible with?

Java 11+ :)
Perfect!