Hacker News new | ask | show | jobs
by aninteger 338 days ago
I guess https://github.com/jart/cosmopolitan might just be the WebAssembly for the command line then.
1 comments

AFAIK Cosmopolitan is missing the sandboxing features of WASM runtimes which would allow to run untrusted code safely, and for x86 vs ARM it uses the universal binary approach (e.g. you'll either have the x86 or the ARM code as dead weight in the executable).