web assembly
"WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications." - https://webassembly.org
Links
- https://webassembly.org
- https://pyscript.net
- https://github.com/webrcade/webrcade: Multi-game-system app in-browser
- https://pythondev.readthedocs.io/wasm.html
- https://github.com/sagemathinc/python-wasm
- https://bytecodealliance.org/articles/wasmtime-1-0-fast-safe-and-production-ready
- https://system7.app: Mac OS 7 in wasm
- https://copy.sh/v86/: A variety of x86 operating systems running in-browser
- https://github.com/psf/webassembly: "A repo to track the progress of Python on WebAssembly (WASM)"