5 ms·
I guess https://github.com/jart/cosmopolitan https://github.com/jart/cosmopolitan might just be the WebAssembly for the command line then.
by aninteger 1y ago
I guess https://github.com/jart/cosmopolitan https://github.com/jart/cosmopolitan might just be the WebAssembly for the command line then.
- flohofwoe 1y agoAFAIK 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).