A Chip-8 emulator written in Rust. Includes a web interface using WebAssembly with some pre-configured roms. This project was developed with the purpose of exploring Rust, so the code is pretty rudimentary.
- ./emulator
- The rust emulator
- ./web
- The web interface and wasm bindings
To run the web interface locally:
npm install
npm run