WASM-4 explained: a tiny WebAssembly fantasy console you can code in almost any language
WASM-4 is a small, open-source fantasy console built around WebAssembly. It exists to let people make compact games under a deliberately tight set of constraints, while keeping one unusual freedom: you can write the cartridge in any language that compiles to WebAssembly, not just a single built-in scripting language. That combination makes it interesting to hobbyist game developers and creative coders who want a minimal target with clear limits. The official site and docs at wasm4.org, plus the
papoo.work