@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.
@@ -491,7 +491,7 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
491
491
  takeObject(arg0);
492
492
  };
493
493
 
494
- module.exports.__wbg_constructor_35233efb35960b52 = function(arg0) {
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.__wbg_constructor_0fbcf25c6da50731 = function() {
504
+ module.exports.__wbg_constructor_a3b5b211c5053ce8 = function() {
505
505
  const ret = new Object();
506
506
  return addHeapObject(ret);
507
507
  };
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "collaborators": [
4
4
  "The Noir Team <team@noir-lang.org>"
5
5
  ],
6
- "version": "0.21.0-fa1cf5f.nightly",
6
+ "version": "0.22.0-698d5fd.nightly",
7
7
  "license": "(MIT OR Apache-2.0)",
8
8
  "main": "./nodejs/noir_wasm.js",
9
9
  "types": "./web/noir_wasm.d.ts",
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.__wbg_constructor_35233efb35960b52 = function(arg0) {
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.__wbg_constructor_0fbcf25c6da50731 = function() {
529
+ imports.wbg.__wbg_constructor_a3b5b211c5053ce8 = function() {
530
530
  const ret = new Object();
531
531
  return addHeapObject(ret);
532
532
  };
Binary file