@noir-lang/acvm_js 0.44.0 → 0.45.0-e43661d.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
@@ -760,12 +760,12 @@ module.exports.__wbindgen_object_clone_ref = function(arg0) {
760
760
  return addHeapObject(ret);
761
761
  };
762
762
 
763
- module.exports.__wbg_constructor_3d9f06adce00cc63 = function(arg0) {
763
+ module.exports.__wbg_constructor_3c870f698332d32a = function(arg0) {
764
764
  const ret = new Error(takeObject(arg0));
765
765
  return addHeapObject(ret);
766
766
  };
767
767
 
768
- module.exports.__wbg_new_e572a122c033be0c = function() {
768
+ module.exports.__wbg_new_500c474da81d0c8a = function() {
769
769
  const ret = new Map();
770
770
  return addHeapObject(ret);
771
771
  };
@@ -799,7 +799,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
799
799
  return ret;
800
800
  };
801
801
 
802
- module.exports.__wbg_new_ecd8c47cc271426e = function() {
802
+ module.exports.__wbg_new_575b760e13535a20 = function() {
803
803
  const ret = new Array();
804
804
  return addHeapObject(ret);
805
805
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noir-lang/acvm_js",
3
- "version": "0.44.0",
3
+ "version": "0.45.0-e43661d.nightly",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/web/acvm_js.js CHANGED
@@ -783,11 +783,11 @@ function __wbg_get_imports() {
783
783
  const ret = getObject(arg0);
784
784
  return addHeapObject(ret);
785
785
  };
786
- imports.wbg.__wbg_constructor_3d9f06adce00cc63 = function(arg0) {
786
+ imports.wbg.__wbg_constructor_3c870f698332d32a = function(arg0) {
787
787
  const ret = new Error(takeObject(arg0));
788
788
  return addHeapObject(ret);
789
789
  };
790
- imports.wbg.__wbg_new_e572a122c033be0c = function() {
790
+ imports.wbg.__wbg_new_500c474da81d0c8a = function() {
791
791
  const ret = new Map();
792
792
  return addHeapObject(ret);
793
793
  };
@@ -816,7 +816,7 @@ function __wbg_get_imports() {
816
816
  const ret = false;
817
817
  return ret;
818
818
  };
819
- imports.wbg.__wbg_new_ecd8c47cc271426e = function() {
819
+ imports.wbg.__wbg_new_575b760e13535a20 = function() {
820
820
  const ret = new Array();
821
821
  return addHeapObject(ret);
822
822
  };
Binary file