Hacker News new | ask | show | jobs
by haunter 899 days ago
a-shell

https://holzschu.github.io/a-Shell_iOS/

1 comments

That one runs WASM binaries interfacing (via WASI) with the native iOS AArch64 environment and some clever built-in bindings that make iOS look not entirely unlike a normal POSIX.

Very impressive (and faster than emulation, since WASM can be JIT compiled by iOS!), but not Linux :)