Show HN: WASM-4 is a virtual game console with a WebAssembly CPU
wasm4.org9 pointsby aduros3 comments
cat file.txt | pjs '_.toUpperCase()'
It can also scrape websites using CSS selectors: curl https://aduros.com | pjs --html 'h1,h2' '_.text'
And JSON using jq filters: cat database.json | pjs --json '.users[]' '_.age >= 21'
Lots more examples on the README/man page. It's still quite new and may have bugs, if you find one let me know! XTerm.vt100.translations: #override \n\
Ctrl <Key>T: spawn-new-terminal()
I think if multiplayer will ever be supported, it should be abstracted in the same way. We might create a runtime for libretro, which could enable adhoc netplay "for free".