Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 548 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 548 Bytes

A WebAssembly CHIP-8 Emulator

A CHIP-8 emulator written in Rust and compiled to WebAssembly. Just for the fun of it!

The code is described in the accompanying blog post: http://blog.scottlogic.com/2017/12/13/chip8-emulator-webassembly-rust.html

Building

This project uses the relatively new wasm32-unknown-unknown target, which can be enabled as per the setup instructions. Once installed simply run the build script.

Licence

This code is free for you to use under the MIT licence.