Awesome
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.