Can graalvm compile to iOS? Maybe someone has experience?
There is an issue about it here with a comment that someone made it work somehow: https://github.com/oracle/graal/issues/373#issuecomment-563435260
Thank you
Also, I know graalvm could build libraries from Java, and methods should use special annotations @CEntryPoint , how to do something like this in Clojure?
@romantsopin I have an example here of how to build a native library from sci (a Clojure interpreter): https://github.com/borkdude/sci/blob/master/doc/libsci.md