@noir-lang/noir_wasm 0.21.0-fa1cf5f.nightly → 0.22.0-698d5fd.nightly
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/nodejs/noir_wasm.js +2 -2
- package/nodejs/noir_wasm_bg.wasm +0 -0
- package/package.json +1 -1
- package/web/noir_wasm.js +2 -2
- package/web/noir_wasm_bg.wasm +0 -0
package/nodejs/noir_wasm.js
CHANGED
|
@@ -491,7 +491,7 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
|
|
|
491
491
|
takeObject(arg0);
|
|
492
492
|
};
|
|
493
493
|
|
|
494
|
-
module.exports.
|
|
494
|
+
module.exports.__wbg_constructor_a29cdb41a75eb0e8 = function(arg0) {
|
|
495
495
|
const ret = new Error(takeObject(arg0));
|
|
496
496
|
return addHeapObject(ret);
|
|
497
497
|
};
|
|
@@ -501,7 +501,7 @@ module.exports.__wbindgen_is_undefined = function(arg0) {
|
|
|
501
501
|
return ret;
|
|
502
502
|
};
|
|
503
503
|
|
|
504
|
-
module.exports.
|
|
504
|
+
module.exports.__wbg_constructor_a3b5b211c5053ce8 = function() {
|
|
505
505
|
const ret = new Object();
|
|
506
506
|
return addHeapObject(ret);
|
|
507
507
|
};
|
package/nodejs/noir_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/web/noir_wasm.js
CHANGED
|
@@ -518,7 +518,7 @@ function __wbg_get_imports() {
|
|
|
518
518
|
imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
|
|
519
519
|
takeObject(arg0);
|
|
520
520
|
};
|
|
521
|
-
imports.wbg.
|
|
521
|
+
imports.wbg.__wbg_constructor_a29cdb41a75eb0e8 = function(arg0) {
|
|
522
522
|
const ret = new Error(takeObject(arg0));
|
|
523
523
|
return addHeapObject(ret);
|
|
524
524
|
};
|
|
@@ -526,7 +526,7 @@ function __wbg_get_imports() {
|
|
|
526
526
|
const ret = getObject(arg0) === undefined;
|
|
527
527
|
return ret;
|
|
528
528
|
};
|
|
529
|
-
imports.wbg.
|
|
529
|
+
imports.wbg.__wbg_constructor_a3b5b211c5053ce8 = function() {
|
|
530
530
|
const ret = new Object();
|
|
531
531
|
return addHeapObject(ret);
|
|
532
532
|
};
|
package/web/noir_wasm_bg.wasm
CHANGED
|
Binary file
|