@noir-lang/acvm_js 1.0.0-beta.8-f073164.nightly → 1.0.0-beta.9

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/acvm_js.js CHANGED
@@ -553,12 +553,12 @@ module.exports.__wbg_call_833bed5770ea2041 = function() { return handleError(fun
553
553
  return ret;
554
554
  }, arguments) };
555
555
 
556
- module.exports.__wbg_constructor_0678592859d8ad46 = function(arg0) {
556
+ module.exports.__wbg_constructor_485c344f17716fe1 = function(arg0) {
557
557
  const ret = new Error(arg0);
558
558
  return ret;
559
559
  };
560
560
 
561
- module.exports.__wbg_constructor_0b67c5fcc545fad7 = function(arg0) {
561
+ module.exports.__wbg_constructor_4d3f186b35aa8368 = function(arg0) {
562
562
  const ret = new Error(arg0);
563
563
  return ret;
564
564
  };
@@ -679,7 +679,7 @@ module.exports.__wbg_new_5e0be73521bc8c17 = function() {
679
679
  return ret;
680
680
  };
681
681
 
682
- module.exports.__wbg_new_6a4d0f0a95ea1d41 = function() {
682
+ module.exports.__wbg_new_5f3ae2f96f8de996 = function() {
683
683
  const ret = new Array();
684
684
  return ret;
685
685
  };
@@ -694,13 +694,13 @@ module.exports.__wbg_new_8a6f238a6ece86ea = function() {
694
694
  return ret;
695
695
  };
696
696
 
697
- module.exports.__wbg_new_9d8c1790c9f203ab = function() {
698
- const ret = new Map();
697
+ module.exports.__wbg_new_c68d7209be747379 = function(arg0, arg1) {
698
+ const ret = new Error(getStringFromWasm0(arg0, arg1));
699
699
  return ret;
700
700
  };
701
701
 
702
- module.exports.__wbg_new_c68d7209be747379 = function(arg0, arg1) {
703
- const ret = new Error(getStringFromWasm0(arg0, arg1));
702
+ module.exports.__wbg_new_e48d31efda68db91 = function() {
703
+ const ret = new Map();
704
704
  return ret;
705
705
  };
706
706
 
@@ -813,7 +813,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
813
813
  return ret;
814
814
  };
815
815
 
816
- module.exports.__wbindgen_closure_wrapper2141 = function(arg0, arg1, arg2) {
816
+ module.exports.__wbindgen_closure_wrapper2143 = function(arg0, arg1, arg2) {
817
817
  const ret = makeMutClosure(arg0, arg1, 647, __wbg_adapter_30);
818
818
  return ret;
819
819
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noir-lang/acvm_js",
3
- "version": "1.0.0-beta.8-f073164.nightly",
3
+ "version": "1.0.0-beta.9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/web/acvm_js.js CHANGED
@@ -580,11 +580,11 @@ function __wbg_get_imports() {
580
580
  const ret = arg0.call(arg1, arg2, arg3);
581
581
  return ret;
582
582
  }, arguments) };
583
- imports.wbg.__wbg_constructor_0678592859d8ad46 = function(arg0) {
583
+ imports.wbg.__wbg_constructor_485c344f17716fe1 = function(arg0) {
584
584
  const ret = new Error(arg0);
585
585
  return ret;
586
586
  };
587
- imports.wbg.__wbg_constructor_0b67c5fcc545fad7 = function(arg0) {
587
+ imports.wbg.__wbg_constructor_4d3f186b35aa8368 = function(arg0) {
588
588
  const ret = new Error(arg0);
589
589
  return ret;
590
590
  };
@@ -689,7 +689,7 @@ function __wbg_get_imports() {
689
689
  const ret = new Map();
690
690
  return ret;
691
691
  };
692
- imports.wbg.__wbg_new_6a4d0f0a95ea1d41 = function() {
692
+ imports.wbg.__wbg_new_5f3ae2f96f8de996 = function() {
693
693
  const ret = new Array();
694
694
  return ret;
695
695
  };
@@ -701,14 +701,14 @@ function __wbg_get_imports() {
701
701
  const ret = new Error();
702
702
  return ret;
703
703
  };
704
- imports.wbg.__wbg_new_9d8c1790c9f203ab = function() {
705
- const ret = new Map();
706
- return ret;
707
- };
708
704
  imports.wbg.__wbg_new_c68d7209be747379 = function(arg0, arg1) {
709
705
  const ret = new Error(getStringFromWasm0(arg0, arg1));
710
706
  return ret;
711
707
  };
708
+ imports.wbg.__wbg_new_e48d31efda68db91 = function() {
709
+ const ret = new Map();
710
+ return ret;
711
+ };
712
712
  imports.wbg.__wbg_newnoargs_105ed471475aaf50 = function(arg0, arg1) {
713
713
  const ret = new Function(getStringFromWasm0(arg0, arg1));
714
714
  return ret;
@@ -797,7 +797,7 @@ function __wbg_get_imports() {
797
797
  const ret = false;
798
798
  return ret;
799
799
  };
800
- imports.wbg.__wbindgen_closure_wrapper2141 = function(arg0, arg1, arg2) {
800
+ imports.wbg.__wbindgen_closure_wrapper2143 = function(arg0, arg1, arg2) {
801
801
  const ret = makeMutClosure(arg0, arg1, 647, __wbg_adapter_30);
802
802
  return ret;
803
803
  };
Binary file