Johan Vos
Johan Vos
https://github.com/oracle/graal/issues/403 tracks the progress of this. Since the approaches taken by GraalVM for the different platforms are very similar (JNI-based), it will be relative easy to have JavaFX 11+ support...
You're too fast :) The 0.0.12 version of the plugin has silently been released yesterday, since we have a new version for the GraalVM bundle for mac. Linux bundle will...
Your GraalVM is too old. CustomLD was added after the 19.3 freeze. It is in the tip now though.
you can get an unsupported build here: https://download2.gluonhq.com/subtrate/graalvm/graalvm-svm-linux-20.0.0-ea+20.zip
Error: ImageSingletons do not contain key org.graalvm.home.HomeFinder That doesn't ring a bell. Note that we currently build with a GraalVM that is a few weeks old, so this might be...
I have the same issue with the latest GraalVM head on iOS `Error: ImageSingletons do not contain key org.graalvm.home.HomeFinder`
I created an issue in GraalVM: https://github.com/oracle/graal/issues/2033
You're right, sorry about the typo!
That looks like one of the bitcode files can't be compiled. The error is unfortunately not shown. I'll file an issue with GraalVM that the error is printed in case...
the llc and required toolchain are part of the newer Graal distributions, but at this moment a patched llc is still required for x-compiling to iOS. Upcoming Graal distributions will...