cheese_greater@lemmy.world to Programming@programming.dev · 7 days agoHow can I run a rust program (from a zip from GitHub) be run on iOS?message-squaremessage-square9fedilinkarrow-up16arrow-down111
arrow-up1-5arrow-down1message-squareHow can I run a rust program (from a zip from GitHub) be run on iOS?cheese_greater@lemmy.world to Programming@programming.dev · 7 days agomessage-square9fedilink
minus-squarevathecka@lemmy.radiolinkfedilinkarrow-up3arrow-down1·7 days agoYoud have to bridge it into swift or objective c using the c interop system and then then manually invoke main.
Youd have to bridge it into swift or objective c using the c interop system and then then manually invoke main.