Hacker News new | ask | show | jobs
by amelius 1356 days ago
How long until Linux runs in WASM, with Doom running in it on Wayland?
2 comments

There's several regularly updated Linux emulators running in WASM here: https://copy.sh/v86/ I don't know if doom runs in any of them, but it would be slow.
But that's emulating x86 code, as opposed to running Linux-ported-to-WASM directly.
That would require WASI to cover a lot more than it covers now.