graalvm-mobile

borkdude 2022-05-23T12:56:58.678849Z

@smith.adriane If you're interested, I got a conversation here with someone who made this work: https://graalvm.slack.com/archives/CN9KSFB40/p1653139823437649

borkdude 2022-05-23T13:01:38.578709Z

So I guess we could re-use grease to compile m1 binaries via the ios target

borkdude 2022-05-23T15:50:40.949389Z

But probably not worth the hassle

phronmophobic 2022-05-23T17:35:45.769239Z

@borkdude, I did check out the graalvm thread you linked. It was quite a trip.

phronmophobic 2022-05-23T18:17:45.476009Z

It does seem like the thread came to a similar conclusion. It's possible to cross-compile, but it's probably just easier to wait until github actions support m1.

phronmophobic 2022-05-23T18:19:03.375049Z

I do think it would be interesting to better understand the cross-compilation pipeline. llvm has a bunch of targets (like wasm) that could be interesting.