@noir-lang/acvm_js 1.0.0-beta.16-e0fba02.nightly → 1.0.0-beta.17

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_3aef6db465a4d40f = function(arg0) {
556
+ module.exports.__wbg_constructor_396cb42ec8c8dca1 = function(arg0) {
557
557
  const ret = new Error(arg0);
558
558
  return ret;
559
559
  };
560
560
 
561
- module.exports.__wbg_constructor_9cd41836d6991f28 = function(arg0) {
561
+ module.exports.__wbg_constructor_ea6e3e30ca9aa30c = function(arg0) {
562
562
  const ret = new Error(arg0);
563
563
  return ret;
564
564
  };
@@ -655,6 +655,11 @@ module.exports.__wbg_length_e2d2a49132c1b256 = function(arg0) {
655
655
  return ret;
656
656
  };
657
657
 
658
+ module.exports.__wbg_new_15469fe041a20dc6 = function() {
659
+ const ret = new Array();
660
+ return ret;
661
+ };
662
+
658
663
  module.exports.__wbg_new_23a2665fac83c611 = function(arg0, arg1) {
659
664
  try {
660
665
  var state0 = {a: arg0, b: arg1};
@@ -674,6 +679,11 @@ module.exports.__wbg_new_23a2665fac83c611 = function(arg0, arg1) {
674
679
  }
675
680
  };
676
681
 
682
+ module.exports.__wbg_new_494426b3386f8e2c = function() {
683
+ const ret = new Map();
684
+ return ret;
685
+ };
686
+
677
687
  module.exports.__wbg_new_5e0be73521bc8c17 = function() {
678
688
  const ret = new Map();
679
689
  return ret;
@@ -689,21 +699,11 @@ module.exports.__wbg_new_8a6f238a6ece86ea = function() {
689
699
  return ret;
690
700
  };
691
701
 
692
- module.exports.__wbg_new_8e773a1674584163 = function() {
693
- const ret = new Array();
694
- return ret;
695
- };
696
-
697
702
  module.exports.__wbg_new_c68d7209be747379 = function(arg0, arg1) {
698
703
  const ret = new Error(getStringFromWasm0(arg0, arg1));
699
704
  return ret;
700
705
  };
701
706
 
702
- module.exports.__wbg_new_dd245daac54dc568 = function() {
703
- const ret = new Map();
704
- return ret;
705
- };
706
-
707
707
  module.exports.__wbg_newnoargs_105ed471475aaf50 = function(arg0, arg1) {
708
708
  const ret = new Function(getStringFromWasm0(arg0, arg1));
709
709
  return ret;
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.16-e0fba02.nightly",
3
+ "version": "1.0.0-beta.17",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -42,7 +42,7 @@
42
42
  "@web/test-runner": "^0.20.2",
43
43
  "@web/test-runner-playwright": "^0.11.1",
44
44
  "chai": "^4.5.0",
45
- "eslint": "^9.39.1",
45
+ "eslint": "^9.39.2",
46
46
  "eslint-plugin-prettier": "^5.5.4",
47
47
  "mocha": "^11.5.0",
48
48
  "prettier": "3.7.4",
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_3aef6db465a4d40f = function(arg0) {
583
+ imports.wbg.__wbg_constructor_396cb42ec8c8dca1 = function(arg0) {
584
584
  const ret = new Error(arg0);
585
585
  return ret;
586
586
  };
587
- imports.wbg.__wbg_constructor_9cd41836d6991f28 = function(arg0) {
587
+ imports.wbg.__wbg_constructor_ea6e3e30ca9aa30c = function(arg0) {
588
588
  const ret = new Error(arg0);
589
589
  return ret;
590
590
  };
@@ -667,6 +667,10 @@ function __wbg_get_imports() {
667
667
  const ret = arg0.length;
668
668
  return ret;
669
669
  };
670
+ imports.wbg.__wbg_new_15469fe041a20dc6 = function() {
671
+ const ret = new Array();
672
+ return ret;
673
+ };
670
674
  imports.wbg.__wbg_new_23a2665fac83c611 = function(arg0, arg1) {
671
675
  try {
672
676
  var state0 = {a: arg0, b: arg1};
@@ -685,6 +689,10 @@ function __wbg_get_imports() {
685
689
  state0.a = state0.b = 0;
686
690
  }
687
691
  };
692
+ imports.wbg.__wbg_new_494426b3386f8e2c = function() {
693
+ const ret = new Map();
694
+ return ret;
695
+ };
688
696
  imports.wbg.__wbg_new_5e0be73521bc8c17 = function() {
689
697
  const ret = new Map();
690
698
  return ret;
@@ -697,18 +705,10 @@ function __wbg_get_imports() {
697
705
  const ret = new Error();
698
706
  return ret;
699
707
  };
700
- imports.wbg.__wbg_new_8e773a1674584163 = function() {
701
- const ret = new Array();
702
- return ret;
703
- };
704
708
  imports.wbg.__wbg_new_c68d7209be747379 = function(arg0, arg1) {
705
709
  const ret = new Error(getStringFromWasm0(arg0, arg1));
706
710
  return ret;
707
711
  };
708
- imports.wbg.__wbg_new_dd245daac54dc568 = 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;
Binary file