Skip to content
/ rchip8 Public

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

Notifications You must be signed in to change notification settings

landhb/rchip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published