-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix build at least * Rename bundle * Now everything is fixed * Almost complete rewrite - Remove CMake because it does not play well with windows machines - Anitomyscript now uses WASM as it was supposed to be from the start - Organize folder structure * Optimize build * Update README.md * More optimizations - Compile with latest emscripten version to fix filesystem bug - Use tinyify plugin * Prepare release - Fix failing test cases - Update package.json - Add note on README about the native bindings
- Loading branch information
1 parent
f4997aa
commit 67f81a6
Showing
22 changed files
with
4,003 additions
and
4,680 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "anitomy"] | ||
path = anitomy | ||
url = https://github.com/erengy/anitomy | ||
[submodule "include"] | ||
path = include | ||
url = https://github.com/erengy/anitomy.git |
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
build.project | ||
output | ||
.travis.yml | ||
anitomy | ||
.vscode | ||
.gitmodules | ||
.gitmodules | ||
output |
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.
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
Submodule anitomy
deleted from
1a6c27
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.