Giter VIP home page Giter VIP logo

Comments (14)

holzschu avatar holzschu commented on July 16, 2024

I do not know what "developer mode" is. Do you have some references?

from a-shell.

pxgri avatar pxgri commented on July 16, 2024

Lockdown is the best but I still want deploy from Android ... So we have and bonuses like Dev Mode

from a-shell.

pxgri avatar pxgri commented on July 16, 2024

On pip install rust I have problem the code is return 1; and it have to be return 0; So I don't have a PC to revoke

from a-shell.

pxgri avatar pxgri commented on July 16, 2024

rustup: unknown CPU type: iPhone13,2
My phone is 12 edition , but with Developer Beta 17.5 is showing 13,2

from a-shell.

NobodyXu avatar NobodyXu commented on July 16, 2024

FYI the lockdown is imposed by Apple: anything in app store cannot sideload another app, e.g. compile to native arm code and run it.

a-shell workaround it by having gcc compile code to wasm and run it interpreter mode

from a-shell.

pxgri avatar pxgri commented on July 16, 2024

from a-shell.

pxgri avatar pxgri commented on July 16, 2024

Can you tell the a-shell command for interpreter mode

from a-shell.

NobodyXu avatar NobodyXu commented on July 16, 2024

Can you tell the a-shell command for interpreter mode

I'm sorry but I didn't get it.

from a-shell.

holzschu avatar holzschu commented on July 16, 2024

Any command compiled to WebAssembly will be executed if it's typed on the command line (try "file" or "tree"). a-Shell will detect that it's a WebAssembly binary and execute it. If you want to force it, you can call "wasm" followed by the name of the WebAssembly file: "wasm a.out".

from a-shell.

pxgri avatar pxgri commented on July 16, 2024

I know but here is written that the IPhone doesn't have the module or it's not registered as apple Silicon Valley's ... May be LockDown mode is higher than dev settings...

from a-shell.

pxgri avatar pxgri commented on July 16, 2024

I found it the Rust pkg can't get installed on iOS ... it's abandoned on the system

from a-shell.

holzschu avatar holzschu commented on July 16, 2024

"here is written that the IPhone doesn't have the module": what do you means by that? (a screenshot would help me understand you). It's very likely that the Lockdown mode prevents you from executing WebAssembly files, yes.

"the Rust pkg can't get installed on iOS": once again, you cannot add binaries to an existing app. It's impossible technically as well as legally. There are no "packages" that can get installed to an existing app. It's not just Rust, it's everything. Developer mode is about adding new apps, not about adding modules to existing apps.

from a-shell.

holzschu avatar holzschu commented on July 16, 2024

If you want to compile a command written in Rust for a-Shell, you can do it using another computer:

  • download the source code
  • "rustup target add wasm32-wasi"
  • "cargo build --target wasm32-wasi --release"
    You may have to edit the code in some parts, but if the compilation works, in the "target/release" directory, you will find a webAssembly command. Copy it to your iPad and it will work.

from a-shell.

pxgri avatar pxgri commented on July 16, 2024

from a-shell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.