@noir-lang/acvm_js 0.28.0-e88ce80.nightly → 0.29.0-86704ba.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/acvm_js.js CHANGED
@@ -672,7 +672,7 @@ module.exports.__wbindgen_number_get = function(arg0, arg1) {
672
672
  getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
673
673
  };
674
674
 
675
- module.exports.__wbg_constructor_bd5b3ba6619fce81 = function(arg0) {
675
+ module.exports.__wbg_constructor_cdd6dc055ac30922 = function(arg0) {
676
676
  const ret = new Error(takeObject(arg0));
677
677
  return addHeapObject(ret);
678
678
  };
@@ -696,7 +696,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
696
696
  return ret;
697
697
  };
698
698
 
699
- module.exports.__wbg_new_d6cb182577c81490 = function() {
699
+ module.exports.__wbg_new_df67af045c277099 = function() {
700
700
  const ret = new Map();
701
701
  return addHeapObject(ret);
702
702
  };
@@ -736,9 +736,9 @@ module.exports.__wbindgen_bigint_from_i64 = function(arg0) {
736
736
  return addHeapObject(ret);
737
737
  };
738
738
 
739
- module.exports.__wbindgen_jsval_eq = function(arg0, arg1) {
740
- const ret = getObject(arg0) === getObject(arg1);
741
- return ret;
739
+ module.exports.__wbindgen_bigint_from_u128 = function(arg0, arg1) {
740
+ const ret = BigInt.asUintN(64, arg0) << BigInt(64) | BigInt.asUintN(64, arg1);
741
+ return addHeapObject(ret);
742
742
  };
743
743
 
744
744
  module.exports.__wbindgen_ge = function(arg0, arg1) {
@@ -751,6 +751,11 @@ module.exports.__wbindgen_is_bigint = function(arg0) {
751
751
  return ret;
752
752
  };
753
753
 
754
+ module.exports.__wbindgen_jsval_eq = function(arg0, arg1) {
755
+ const ret = getObject(arg0) === getObject(arg1);
756
+ return ret;
757
+ };
758
+
754
759
  module.exports.__wbindgen_bigint_from_u64 = function(arg0) {
755
760
  const ret = BigInt.asUintN(64, arg0);
756
761
  return addHeapObject(ret);
@@ -761,11 +766,6 @@ module.exports.__wbindgen_shr = function(arg0, arg1) {
761
766
  return addHeapObject(ret);
762
767
  };
763
768
 
764
- module.exports.__wbindgen_bigint_from_u128 = function(arg0, arg1) {
765
- const ret = BigInt.asUintN(64, arg0) << BigInt(64) | BigInt.asUintN(64, arg1);
766
- return addHeapObject(ret);
767
- };
768
-
769
769
  module.exports.__wbindgen_is_object = function(arg0) {
770
770
  const val = getObject(arg0);
771
771
  const ret = typeof(val) === 'object' && val !== null;
@@ -1189,8 +1189,8 @@ module.exports.__wbindgen_function_table = function() {
1189
1189
  return addHeapObject(ret);
1190
1190
  };
1191
1191
 
1192
- module.exports.__wbindgen_closure_wrapper602 = function(arg0, arg1, arg2) {
1193
- const ret = makeMutClosure(arg0, arg1, 189, __wbg_adapter_54);
1192
+ module.exports.__wbindgen_closure_wrapper618 = function(arg0, arg1, arg2) {
1193
+ const ret = makeMutClosure(arg0, arg1, 196, __wbg_adapter_54);
1194
1194
  return addHeapObject(ret);
1195
1195
  };
1196
1196
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noir-lang/acvm_js",
3
- "version": "0.28.0-e88ce80.nightly",
3
+ "version": "0.29.0-86704ba.nightly",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/noir-lang/acvm.git"
package/web/acvm_js.js CHANGED
@@ -692,7 +692,7 @@ function __wbg_get_imports() {
692
692
  getFloat64Memory0()[arg0 / 8 + 1] = isLikeNone(ret) ? 0 : ret;
693
693
  getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
694
694
  };
695
- imports.wbg.__wbg_constructor_bd5b3ba6619fce81 = function(arg0) {
695
+ imports.wbg.__wbg_constructor_cdd6dc055ac30922 = function(arg0) {
696
696
  const ret = new Error(takeObject(arg0));
697
697
  return addHeapObject(ret);
698
698
  };
@@ -713,7 +713,7 @@ function __wbg_get_imports() {
713
713
  const ret = false;
714
714
  return ret;
715
715
  };
716
- imports.wbg.__wbg_new_d6cb182577c81490 = function() {
716
+ imports.wbg.__wbg_new_df67af045c277099 = function() {
717
717
  const ret = new Map();
718
718
  return addHeapObject(ret);
719
719
  };
@@ -747,9 +747,9 @@ function __wbg_get_imports() {
747
747
  const ret = arg0;
748
748
  return addHeapObject(ret);
749
749
  };
750
- imports.wbg.__wbindgen_jsval_eq = function(arg0, arg1) {
751
- const ret = getObject(arg0) === getObject(arg1);
752
- return ret;
750
+ imports.wbg.__wbindgen_bigint_from_u128 = function(arg0, arg1) {
751
+ const ret = BigInt.asUintN(64, arg0) << BigInt(64) | BigInt.asUintN(64, arg1);
752
+ return addHeapObject(ret);
753
753
  };
754
754
  imports.wbg.__wbindgen_ge = function(arg0, arg1) {
755
755
  const ret = getObject(arg0) >= getObject(arg1);
@@ -759,6 +759,10 @@ function __wbg_get_imports() {
759
759
  const ret = typeof(getObject(arg0)) === 'bigint';
760
760
  return ret;
761
761
  };
762
+ imports.wbg.__wbindgen_jsval_eq = function(arg0, arg1) {
763
+ const ret = getObject(arg0) === getObject(arg1);
764
+ return ret;
765
+ };
762
766
  imports.wbg.__wbindgen_bigint_from_u64 = function(arg0) {
763
767
  const ret = BigInt.asUintN(64, arg0);
764
768
  return addHeapObject(ret);
@@ -767,10 +771,6 @@ function __wbg_get_imports() {
767
771
  const ret = getObject(arg0) >> getObject(arg1);
768
772
  return addHeapObject(ret);
769
773
  };
770
- imports.wbg.__wbindgen_bigint_from_u128 = function(arg0, arg1) {
771
- const ret = BigInt.asUintN(64, arg0) << BigInt(64) | BigInt.asUintN(64, arg1);
772
- return addHeapObject(ret);
773
- };
774
774
  imports.wbg.__wbindgen_is_object = function(arg0) {
775
775
  const val = getObject(arg0);
776
776
  const ret = typeof(val) === 'object' && val !== null;
@@ -1119,8 +1119,8 @@ function __wbg_get_imports() {
1119
1119
  const ret = wasm.__wbindgen_export_2;
1120
1120
  return addHeapObject(ret);
1121
1121
  };
1122
- imports.wbg.__wbindgen_closure_wrapper602 = function(arg0, arg1, arg2) {
1123
- const ret = makeMutClosure(arg0, arg1, 189, __wbg_adapter_54);
1122
+ imports.wbg.__wbindgen_closure_wrapper618 = function(arg0, arg1, arg2) {
1123
+ const ret = makeMutClosure(arg0, arg1, 196, __wbg_adapter_54);
1124
1124
  return addHeapObject(ret);
1125
1125
  };
1126
1126
 
Binary file