top | item 44504437

(no title)

aninteger | 7 months ago

I guess https://github.com/jart/cosmopolitan might just be the WebAssembly for the command line then.

discuss

order

flohofwoe|7 months ago

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).