godot-kotlin-jvm icon indicating copy to clipboard operation
godot-kotlin-jvm copied to clipboard

Explore graalvm native-image gradle plugin

Open piiertho opened this issue 3 years ago • 1 comments

We should explore if we can use gradle native-image plugin to build native images.
This would make our gradle plugin safer as we would not realy on commandline anymore.

piiertho avatar Nov 28 '22 11:11 piiertho

I was looking at what could be possible with a native image and a custom task implementation could be very powerful.

As far as my awareness goes, you can run the native image tool on WINE and Darling to create native images on linux for windows and mac, so at least some cross compilation can be possible. You can probably also use docker/WSL on windows to cross compile for linux. (and in return, use a graalvm/daling docker image to cross compile for mac)

Frontrider avatar Dec 30 '22 01:12 Frontrider