-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revive javascript bindings and port python tests to javascript. (#212)
* Building, replicated deletions from c6010c8, need to sync API (if it'll work, reusing the python tests via brython would help keep things in sync in the future) * General house cleaning and reorganization on js wrappers. Now reflects the naming from python and is running some very lightly ported test code. * test_schemes: All tests passed. * More tests * Feature parity with test.py * Finish mostly parity with python API * Some nicening * Remove diagnostic * Fix broken script * The move constructor isn't strictly needed
- Loading branch information
1 parent
53243db
commit 362078b
Showing
37 changed files
with
1,277 additions
and
1,193 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 |
---|---|---|
|
@@ -56,3 +56,4 @@ blsbench.* | |
|
||
*.whl | ||
venv | ||
yarn-error.log |
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,10 @@ | ||
#!/usr/bin/env bash | ||
|
||
git submodule update --init --recursive | ||
|
||
rm -rf js_build | ||
mkdir -p js_build | ||
cd js_build | ||
|
||
emcmake cmake -G "Unix Makefiles" .. | ||
emmake make |
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 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 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.