cheese_greater@lemmy.world to Programming@programming.dev · 2 months agoHow can I run a rust program (from a zip from GitHub) be run on iOS?message-squaremessage-square9linkfedilinkarrow-up17arrow-down111
arrow-up1-4arrow-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 · 2 months agomessage-square9linkfedilink
minus-squarevatheckalinkfedilinkarrow-up3arrow-down1·2 months 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.