cheese_greater@lemmy.world to Programming@programming.dev · 14 days agoHow can I run a rust program (from a zip from GitHub) be run on iOS?message-squaremessage-square9linkfedilinkarrow-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 · 14 days agomessage-square9linkfedilink
minus-squarevathecka@lemmy.radiolinkfedilinkarrow-up3arrow-down1·14 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.