1.0.1 • Published 7 years ago
chip-8-wasm v1.0.1
chip-8-rs
A CHIP-8/SCHIP emulator written in Rust that compiles to WebAssembly.
Documentation
See the documentation for more information about using
chip-8-rs
.
Usage
Install chip-8-wasm
from npm:
$ npm install chip-8-wasm
Example usage: chip-8-web
.
Changelog
1.0.1 - 2018-10-29
- Minor bundle size optimizations.
1.0.0 - 2018-10-06
- Minor clippy fixes.
- Initial stable release.
0.2.0 - 2018-09-28
- Initial functional release.
References
License
chip-8-rs
is distributed under the terms of both the MIT License and the Apache License (Version
2.0).
See LICENSE-APACHE and LICENSE-MIT for more details.