Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwaway11460
776 days ago
No technical reason, but you won't be able to run a compiled binary due to policy. You need to use an interpreter.
1 comments
cyberpunk
776 days ago
I wonder if qemu with cpu=host counts...
link
greenavocado
776 days ago
Maybe run a VM inside Safari via QEMU and WASM that boots a Linux desktop environment
link
lxgr
776 days ago
WASM is indeed one possible workaround. That's how a-Shell [1] manages to include a C compiler and run resulting programs at (I believe) better-than-interpreted speeds.
[1]
https://holzschu.github.io/a-Shell_iOS/
link