Skip to content

How would I install rust and cargo on a-Shell? #559

Answered by holzschu
Luxvao asked this question in Q&A
Discussion options

You must be logged in to vote

The short answer is no, that's not possible for the time being.

The long answer is: a-Shell can run two types of binaries: binaries compiled to Arm64 (native architecture of iPhones and iPads) and binaries compiled to WebAssembly. Before you can run a command, it has to be compiled to either of these formats, which means cross-compiling: compiling a command to a format that is not the format of the machine running the compiler. Depending on how the compile script was coded, this can range from "difficult" to "extremely difficult". As a rule of thumb, the fewer informations you have on how to compile the command, the harder it is going to be to adapt the compilation process.

For a programm…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ghost
Comment options

@holzschu
Comment options

@ghost
Comment options

Answer selected by holzschu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants