/rchip8

A Chip8 interpreter with a WebAssembly front-end, written in Rust.

Primary LanguageRust

rust-version-badge build codecov

rchip8

A Chip8 interpreter with a WebAssembly front-end, written in Rust.

Demo

A live demo is on my blog.

Building

Install wasm-pack:

cargo install wasm-pack

Build with:

cd wasm
wasm-pack build --target web

View by running a web server in the wasm directory:

python3 -m http.server