Hacker News new | ask | show | jobs
by simonw 899 days ago
What's that x86 Linux emulator app?
2 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 :)