@noir-lang/acvm_js 1.0.0-beta.5-b657b07.nightly → 1.0.0-beta.6

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
@@ -552,12 +552,12 @@ module.exports.__wbg_call_833bed5770ea2041 = function() { return handleError(fun
552
552
  return ret;
553
553
  }, arguments) };
554
554
 
555
- module.exports.__wbg_constructor_3e5bc3dc79a9d0b5 = function(arg0) {
555
+ module.exports.__wbg_constructor_057bae5a20622f39 = function(arg0) {
556
556
  const ret = new Error(arg0);
557
557
  return ret;
558
558
  };
559
559
 
560
- module.exports.__wbg_constructor_635df50143ef60f3 = function(arg0) {
560
+ module.exports.__wbg_constructor_37b4c4c6c4cd93e2 = function(arg0) {
561
561
  const ret = new Error(arg0);
562
562
  return ret;
563
563
  };
@@ -673,8 +673,8 @@ module.exports.__wbg_new_23a2665fac83c611 = function(arg0, arg1) {
673
673
  }
674
674
  };
675
675
 
676
- module.exports.__wbg_new_25051b8b4ad00d54 = function() {
677
- const ret = new Array();
676
+ module.exports.__wbg_new_2a807b4b89247fc6 = function() {
677
+ const ret = new Map();
678
678
  return ret;
679
679
  };
680
680
 
@@ -683,18 +683,18 @@ module.exports.__wbg_new_5e0be73521bc8c17 = function() {
683
683
  return ret;
684
684
  };
685
685
 
686
- module.exports.__wbg_new_78feb108b6472713 = function() {
686
+ module.exports.__wbg_new_6cb84102b00476a8 = function() {
687
687
  const ret = new Array();
688
688
  return ret;
689
689
  };
690
690
 
691
- module.exports.__wbg_new_8a6f238a6ece86ea = function() {
692
- const ret = new Error();
691
+ module.exports.__wbg_new_78feb108b6472713 = function() {
692
+ const ret = new Array();
693
693
  return ret;
694
694
  };
695
695
 
696
- module.exports.__wbg_new_8c9cda6002b75bf5 = function() {
697
- const ret = new Map();
696
+ module.exports.__wbg_new_8a6f238a6ece86ea = function() {
697
+ const ret = new Error();
698
698
  return ret;
699
699
  };
700
700
 
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.5-b657b07.nightly",
3
+ "version": "1.0.0-beta.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/web/acvm_js.js CHANGED
@@ -579,11 +579,11 @@ function __wbg_get_imports() {
579
579
  const ret = arg0.call(arg1, arg2, arg3);
580
580
  return ret;
581
581
  }, arguments) };
582
- imports.wbg.__wbg_constructor_3e5bc3dc79a9d0b5 = function(arg0) {
582
+ imports.wbg.__wbg_constructor_057bae5a20622f39 = function(arg0) {
583
583
  const ret = new Error(arg0);
584
584
  return ret;
585
585
  };
586
- imports.wbg.__wbg_constructor_635df50143ef60f3 = function(arg0) {
586
+ imports.wbg.__wbg_constructor_37b4c4c6c4cd93e2 = function(arg0) {
587
587
  const ret = new Error(arg0);
588
588
  return ret;
589
589
  };
@@ -684,14 +684,18 @@ function __wbg_get_imports() {
684
684
  state0.a = state0.b = 0;
685
685
  }
686
686
  };
687
- imports.wbg.__wbg_new_25051b8b4ad00d54 = function() {
688
- const ret = new Array();
687
+ imports.wbg.__wbg_new_2a807b4b89247fc6 = function() {
688
+ const ret = new Map();
689
689
  return ret;
690
690
  };
691
691
  imports.wbg.__wbg_new_5e0be73521bc8c17 = function() {
692
692
  const ret = new Map();
693
693
  return ret;
694
694
  };
695
+ imports.wbg.__wbg_new_6cb84102b00476a8 = function() {
696
+ const ret = new Array();
697
+ return ret;
698
+ };
695
699
  imports.wbg.__wbg_new_78feb108b6472713 = function() {
696
700
  const ret = new Array();
697
701
  return ret;
@@ -700,10 +704,6 @@ function __wbg_get_imports() {
700
704
  const ret = new Error();
701
705
  return ret;
702
706
  };
703
- imports.wbg.__wbg_new_8c9cda6002b75bf5 = function() {
704
- const ret = new Map();
705
- return ret;
706
- };
707
707
  imports.wbg.__wbg_new_c68d7209be747379 = function(arg0, arg1) {
708
708
  const ret = new Error(getStringFromWasm0(arg0, arg1));
709
709
  return ret;
Binary file