@noir-lang/acvm_js 1.0.0-beta.0-fd816cf.nightly → 1.0.0-beta.1

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
@@ -655,7 +655,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
655
655
  return ret;
656
656
  };
657
657
 
658
- module.exports.__wbg_constructor_f8f83aa6ec3644b9 = function(arg0) {
658
+ module.exports.__wbg_constructor_a10f2b77c63b8d5e = function(arg0) {
659
659
  const ret = new Error(takeObject(arg0));
660
660
  return addHeapObject(ret);
661
661
  };
@@ -665,7 +665,7 @@ module.exports.__wbindgen_string_new = function(arg0, arg1) {
665
665
  return addHeapObject(ret);
666
666
  };
667
667
 
668
- module.exports.__wbg_new_1549a44c58f2740a = function() {
668
+ module.exports.__wbg_new_a16954212d33afab = function() {
669
669
  const ret = new Array();
670
670
  return addHeapObject(ret);
671
671
  };
@@ -685,7 +685,7 @@ module.exports.__wbindgen_is_string = function(arg0) {
685
685
  return ret;
686
686
  };
687
687
 
688
- module.exports.__wbg_new_d9156d5ca3339252 = function() {
688
+ module.exports.__wbg_new_d86d15722f6b14a4 = function() {
689
689
  const ret = new Map();
690
690
  return addHeapObject(ret);
691
691
  };
@@ -917,8 +917,8 @@ module.exports.__wbindgen_throw = function(arg0, arg1) {
917
917
  throw new Error(getStringFromWasm0(arg0, arg1));
918
918
  };
919
919
 
920
- module.exports.__wbindgen_closure_wrapper730 = function(arg0, arg1, arg2) {
921
- const ret = makeMutClosure(arg0, arg1, 268, __wbg_adapter_22);
920
+ module.exports.__wbindgen_closure_wrapper729 = function(arg0, arg1, arg2) {
921
+ const ret = makeMutClosure(arg0, arg1, 267, __wbg_adapter_22);
922
922
  return addHeapObject(ret);
923
923
  };
924
924
 
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.0-fd816cf.nightly",
3
+ "version": "1.0.0-beta.1",
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
  const ret = false;
684
684
  return ret;
685
685
  };
686
- imports.wbg.__wbg_constructor_f8f83aa6ec3644b9 = function(arg0) {
686
+ imports.wbg.__wbg_constructor_a10f2b77c63b8d5e = function(arg0) {
687
687
  const ret = new Error(takeObject(arg0));
688
688
  return addHeapObject(ret);
689
689
  };
@@ -691,7 +691,7 @@ function __wbg_get_imports() {
691
691
  const ret = getStringFromWasm0(arg0, arg1);
692
692
  return addHeapObject(ret);
693
693
  };
694
- imports.wbg.__wbg_new_1549a44c58f2740a = function() {
694
+ imports.wbg.__wbg_new_a16954212d33afab = function() {
695
695
  const ret = new Array();
696
696
  return addHeapObject(ret);
697
697
  };
@@ -707,7 +707,7 @@ function __wbg_get_imports() {
707
707
  const ret = typeof(getObject(arg0)) === 'string';
708
708
  return ret;
709
709
  };
710
- imports.wbg.__wbg_new_d9156d5ca3339252 = function() {
710
+ imports.wbg.__wbg_new_d86d15722f6b14a4 = function() {
711
711
  const ret = new Map();
712
712
  return addHeapObject(ret);
713
713
  };
@@ -902,8 +902,8 @@ function __wbg_get_imports() {
902
902
  imports.wbg.__wbindgen_throw = function(arg0, arg1) {
903
903
  throw new Error(getStringFromWasm0(arg0, arg1));
904
904
  };
905
- imports.wbg.__wbindgen_closure_wrapper730 = function(arg0, arg1, arg2) {
906
- const ret = makeMutClosure(arg0, arg1, 268, __wbg_adapter_22);
905
+ imports.wbg.__wbindgen_closure_wrapper729 = function(arg0, arg1, arg2) {
906
+ const ret = makeMutClosure(arg0, arg1, 267, __wbg_adapter_22);
907
907
  return addHeapObject(ret);
908
908
  };
909
909
 
Binary file