Tests working

This commit is contained in:
Jordi Baylina 2020-03-25 20:13:00 +01:00
parent 664c98e41a
commit dbabd040ec
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
5 changed files with 13 additions and 4 deletions

12
build/bn128_wasm.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -5007,7 +5007,6 @@ process.umask = function() { return 0; };
along with wasmsnark. If not, see <https://www.gnu.org/licenses/>.
*/
/* globals WebAssembly, Blob, Worker, navigator, Promise, window */
const bigInt = require("big-integer");
const bn128_wasm = require("../build/bn128_wasm.js");
const assert = require("assert");

View File

@ -5007,7 +5007,6 @@ process.umask = function() { return 0; };
along with wasmsnark. If not, see <https://www.gnu.org/licenses/>.
*/
/* globals WebAssembly, Blob, Worker, navigator, Promise, window */
const bigInt = require("big-integer");
const bn128_wasm = require("../build/bn128_wasm.js");
const assert = require("assert");

View File

@ -25,7 +25,7 @@
"url": "https://github.com/iden3/wasmsnark.git"
},
"devDependencies": {
"browserify": "^16.2.3",
"browserify": "^16.5.0",
"eslint": "^6.8.0",
"mocha": "^6.1.4",
"package": "^1.0.1",

View File

@ -17,7 +17,6 @@
along with wasmsnark. If not, see <https://www.gnu.org/licenses/>.
*/
/* globals WebAssembly, Blob, Worker, navigator, Promise, window */
const bigInt = require("big-integer");
const bn128_wasm = require("../build/bn128_wasm.js");
const assert = require("assert");