Skip to content

CHIP-8 emulator written in Rust and compiled to WebAssembly to run in a browser

Notifications You must be signed in to change notification settings

plax-00/chip8emu

Repository files navigation

Build locally

Clone repository and run:

npm install && npm run build

Web page can be served from dist/.