Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0 phase 1 #200

Merged
merged 9 commits into from
Nov 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# .gitattributes
* text=auto
*.js text
*.css text

# help to Github linguist determine this code as AssemblyScript mostly
*.ts linguist-language=AssemblyScript
# https://stackoverflow.com/questions/34713765/github-changes-repository-to-wrong-language
* linguist-vendored
lib/**/*.js linguist-vendored=false
*.ts linguist-vendored=false
*.wasm linguist-vendored=false
*.wast linguist-vendored=false
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

**Project is still < 1.0.0. Most games are playable, but the emulator is still not very accurate. Expect bugs.**

[1.0 Roadmap Tracking Issue](https://github.com/torch2424/wasmBoy/issues/197)

[Debugger / Demo with support for mobile controls](https://torch2424.github.io/wasmBoy/)

[Documentation](https://github.com/torch2424/wasmBoy/wiki)
Expand Down Expand Up @@ -59,6 +61,8 @@

**Project is still < 1.0.0. Most games are playable, but the emulator is still not very accurate. Expect bugs.**

[1.0 Roadmap Tracking Issue](https://github.com/torch2424/wasmBoy/issues/197)

Simply install through npm:

`npm install --save wasmboy`
Expand Down
1 change: 0 additions & 1 deletion debugger/assets/index.untouched.wasm.map

This file was deleted.

Binary file not shown.
Loading