Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Add wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Feb 3, 2018
1 parent c2364a2 commit 674245f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,3 @@ target/
**/*.rs.bk
node_modules
.DS_Store
wasm
1 change: 0 additions & 1 deletion src/nes/rom/mod.rs
Expand Up @@ -9,7 +9,6 @@ impl Rom {
}

pub fn read(&self, addr: u16) -> u8 {
// println!("Rom read from {}", addr);
self.vec[addr as usize]
}

Expand Down
4 changes: 4 additions & 0 deletions wasm/rustynes.js

Large diffs are not rendered by default.

Binary file added wasm/rustynes.wasm
Binary file not shown.

0 comments on commit 674245f

Please sign in to comment.