@noir-lang/acvm_js 1.0.0-beta.1-ac1da8f.nightly → 1.0.0-beta.2

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
@@ -642,12 +642,12 @@ module.exports.__wbindgen_is_array = function(arg0) {
642
642
  return ret;
643
643
  };
644
644
 
645
- module.exports.__wbg_constructor_a10f2b77c63b8d5e = function(arg0) {
645
+ module.exports.__wbg_constructor_7d42f5e2b3ae2f5e = function(arg0) {
646
646
  const ret = new Error(takeObject(arg0));
647
647
  return addHeapObject(ret);
648
648
  };
649
649
 
650
- module.exports.__wbg_new_d86d15722f6b14a4 = function() {
650
+ module.exports.__wbg_new_35cd49f1520efef9 = function() {
651
651
  const ret = new Map();
652
652
  return addHeapObject(ret);
653
653
  };
@@ -693,7 +693,7 @@ module.exports.__wbindgen_number_get = function(arg0, arg1) {
693
693
  getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
694
694
  };
695
695
 
696
- module.exports.__wbg_new_a16954212d33afab = function() {
696
+ module.exports.__wbg_new_3904a031fd091cf2 = function() {
697
697
  const ret = new Array();
698
698
  return addHeapObject(ret);
699
699
  };
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.1-ac1da8f.nightly",
3
+ "version": "1.0.0-beta.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/web/acvm_js.js CHANGED
@@ -671,11 +671,11 @@ function __wbg_get_imports() {
671
671
  const ret = Array.isArray(getObject(arg0));
672
672
  return ret;
673
673
  };
674
- imports.wbg.__wbg_constructor_a10f2b77c63b8d5e = function(arg0) {
674
+ imports.wbg.__wbg_constructor_7d42f5e2b3ae2f5e = function(arg0) {
675
675
  const ret = new Error(takeObject(arg0));
676
676
  return addHeapObject(ret);
677
677
  };
678
- imports.wbg.__wbg_new_d86d15722f6b14a4 = function() {
678
+ imports.wbg.__wbg_new_35cd49f1520efef9 = function() {
679
679
  const ret = new Map();
680
680
  return addHeapObject(ret);
681
681
  };
@@ -714,7 +714,7 @@ function __wbg_get_imports() {
714
714
  getFloat64Memory0()[arg0 / 8 + 1] = isLikeNone(ret) ? 0 : ret;
715
715
  getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
716
716
  };
717
- imports.wbg.__wbg_new_a16954212d33afab = function() {
717
+ imports.wbg.__wbg_new_3904a031fd091cf2 = function() {
718
718
  const ret = new Array();
719
719
  return addHeapObject(ret);
720
720
  };
Binary file