1.0.1 • Published 7 years ago

chip-8-wasm v1.0.1

Weekly downloads
-
License
MIT OR Apache-2.0
Repository
gitlab
Last release
7 years ago

chip-8-rs

NPM version License: MIT License: Apache 2.0 Build Status codecov

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.

1.0.1

7 years ago

1.0.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago