You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will try to get it working with the native-image example (if anything needs to be changed), but I figured I would leave it here for those interested in the mean time.
The text was updated successfully, but these errors were encountered:
GraalVM native-image does not work any more, because io.github.humbleui.skija.impl.Cleanable requires sun.misc.Cleaner which seems to be unavailable on GraalVM.
Related to #159
It is now possible to generate a native image using JWM for arm macOS. See the following:
https://github.com/mworzala/jwm-graalvm
Will try to get it working with the native-image example (if anything needs to be changed), but I figured I would leave it here for those interested in the mean time.
The text was updated successfully, but these errors were encountered: