This is my Chip-8 interpreter, written in Go, brought to your browser through WebAssembly.
Chip-8 is a simple, old-school virtual machine from the 70s, originally used to run games on early computers. It's often suggested as a great first "emulator" project.