Skip to content

Commit

Permalink
Add benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBurge committed Mar 13, 2019
1 parent f166fe2 commit 261502f
Show file tree
Hide file tree
Showing 10 changed files with 447 additions and 44 deletions.
4 changes: 4 additions & 0 deletions .cargo/config
@@ -0,0 +1,4 @@
[target.wasm32-unknown-emscripten]
rustflags = [
"-C", "link-args=--embed-file roms/mario.nes",
]
5 changes: 4 additions & 1 deletion .gitignore
@@ -1,3 +1,6 @@
main
target
roms
roms
*.rlib
*.log
*.state

0 comments on commit 261502f

Please sign in to comment.