-
A CHIP-8 emulator made in Rust and compiled in WebAssembly.
-
Not 100% original, based in this project by Colin Eberhardt.
CHIP-8 is a interpreted programming language created in the mid 70's, it was mainly used in DIY projects by hobbyists and appeared in some graphic calculators too.
Nowadays it is used to develop retro games and systems.
If you're curious check this source or the wikipedia page.
This emulator uses a (not that much) new version of the wasm32-unknown-unknown
target wich has a complicated setup process. Once installed simply run the build.sh
script.