Hacker News new | ask | show | jobs
by lxgr 900 days ago
That ship has long sailed. There’s an x86 Linux user space emulator capable of running unmodified Alpine Linux, a shell running WASM/WASI binaries…

It seems like the current bar is something like “can it plausibly run something other than pirated Nintendo ROMs”.

1 comments

What's that x86 Linux emulator app?
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 :)