-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace globals with ES modules (#21)
* Turn compiler into a module * Turn emulator into a module * Turn storage into a module * Turn editors into a module * Turn textEditor into a module * Turn gfxEditor into a module * download.js is unused * Turn ace stuff into a module * Storage fix * Add linker flag to silence warning * Use LZString and JSZip from npm * Pass through compile function * Update to new binjgb upstream
- Loading branch information
Showing
25 changed files
with
3,125 additions
and
2,625 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"useTabs": true | ||
} |
Submodule binjgb
updated
11 files
+1 −0 | CMakeLists.txt | |
+1 −1 | docs/binjgb.js | |
+ − | docs/binjgb.wasm | |
+11 −0 | src/common.c | |
+3 −0 | src/common.h | |
+1 −0 | src/emscripten/exported.json | |
+0 −5 | src/emscripten/wrapper.c | |
+23 −11 | src/emulator.c | |
+2 −0 | src/emulator.h | |
+7 −0 | src/memory.c | |
+3 −0 | src/memory.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.