Fork me on GitHub
#graalvm
<
2020-04-30
>
Roman Tsopin09:04:12

Can graalvm compile to iOS? Maybe someone has experience?

borkdude09:04:30

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

Roman Tsopin09:04:44

Also, I know graalvm could build libraries from Java, and methods should use special annotations @CEntryPoint , how to do something like this in Clojure?

borkdude10:04:19

@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

👍 4