@noir-lang/acvm_js 1.0.0-beta.2-44c35dc.nightly → 1.0.0-beta.3-c254c3c.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
@@ -656,7 +656,7 @@ module.exports.__wbindgen_string_get = function(arg0, arg1) {
656
656
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
657
657
  };
658
658
 
659
- module.exports.__wbg_new_35cd49f1520efef9 = function() {
659
+ module.exports.__wbg_new_9f82ec4c0bc017c1 = function() {
660
660
  const ret = new Map();
661
661
  return addHeapObject(ret);
662
662
  };
@@ -681,12 +681,12 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
681
681
  return ret;
682
682
  };
683
683
 
684
- module.exports.__wbg_constructor_7d42f5e2b3ae2f5e = function(arg0) {
684
+ module.exports.__wbg_constructor_3697b3eaa19355e5 = function(arg0) {
685
685
  const ret = new Error(takeObject(arg0));
686
686
  return addHeapObject(ret);
687
687
  };
688
688
 
689
- module.exports.__wbg_new_3904a031fd091cf2 = function() {
689
+ module.exports.__wbg_new_0fe3b501601ef88e = function() {
690
690
  const ret = new Array();
691
691
  return addHeapObject(ret);
692
692
  };
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.2-44c35dc.nightly",
3
+ "version": "1.0.0-beta.3-c254c3c.nightly",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/web/acvm_js.js CHANGED
@@ -683,7 +683,7 @@ function __wbg_get_imports() {
683
683
  getInt32Memory0()[arg0 / 4 + 1] = len1;
684
684
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
685
685
  };
686
- imports.wbg.__wbg_new_35cd49f1520efef9 = function() {
686
+ imports.wbg.__wbg_new_9f82ec4c0bc017c1 = function() {
687
687
  const ret = new Map();
688
688
  return addHeapObject(ret);
689
689
  };
@@ -704,11 +704,11 @@ function __wbg_get_imports() {
704
704
  const ret = false;
705
705
  return ret;
706
706
  };
707
- imports.wbg.__wbg_constructor_7d42f5e2b3ae2f5e = function(arg0) {
707
+ imports.wbg.__wbg_constructor_3697b3eaa19355e5 = function(arg0) {
708
708
  const ret = new Error(takeObject(arg0));
709
709
  return addHeapObject(ret);
710
710
  };
711
- imports.wbg.__wbg_new_3904a031fd091cf2 = function() {
711
+ imports.wbg.__wbg_new_0fe3b501601ef88e = function() {
712
712
  const ret = new Array();
713
713
  return addHeapObject(ret);
714
714
  };
Binary file