@noir-lang/acvm_js 0.50.0-fd03ea0.nightly → 0.51.0

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
@@ -675,7 +675,7 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
675
675
  takeObject(arg0);
676
676
  };
677
677
 
678
- module.exports.__wbg_new_7c63fcfa4f1f863b = function() {
678
+ module.exports.__wbg_new_3b3e21164d5381ca = function() {
679
679
  const ret = new Map();
680
680
  return addHeapObject(ret);
681
681
  };
@@ -699,7 +699,7 @@ module.exports.__wbindgen_string_get = function(arg0, arg1) {
699
699
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
700
700
  };
701
701
 
702
- module.exports.__wbg_constructor_cd1bce44c75e1104 = function(arg0) {
702
+ module.exports.__wbg_constructor_f4bcf4c70838c703 = function(arg0) {
703
703
  const ret = new Error(takeObject(arg0));
704
704
  return addHeapObject(ret);
705
705
  };
@@ -714,7 +714,7 @@ module.exports.__wbindgen_is_string = function(arg0) {
714
714
  return ret;
715
715
  };
716
716
 
717
- module.exports.__wbg_new_76b464e4772843b0 = function() {
717
+ module.exports.__wbg_new_e14625531a95427d = function() {
718
718
  const ret = new Array();
719
719
  return addHeapObject(ret);
720
720
  };
@@ -937,7 +937,7 @@ module.exports.__wbindgen_throw = function(arg0, arg1) {
937
937
  throw new Error(getStringFromWasm0(arg0, arg1));
938
938
  };
939
939
 
940
- module.exports.__wbindgen_closure_wrapper748 = function(arg0, arg1, arg2) {
940
+ module.exports.__wbindgen_closure_wrapper747 = function(arg0, arg1, arg2) {
941
941
  const ret = makeMutClosure(arg0, arg1, 266, __wbg_adapter_22);
942
942
  return addHeapObject(ret);
943
943
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noir-lang/acvm_js",
3
- "version": "0.50.0-fd03ea0.nightly",
3
+ "version": "0.51.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/web/acvm_js.js CHANGED
@@ -703,7 +703,7 @@ function __wbg_get_imports() {
703
703
  imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
704
704
  takeObject(arg0);
705
705
  };
706
- imports.wbg.__wbg_new_7c63fcfa4f1f863b = function() {
706
+ imports.wbg.__wbg_new_3b3e21164d5381ca = function() {
707
707
  const ret = new Map();
708
708
  return addHeapObject(ret);
709
709
  };
@@ -723,7 +723,7 @@ function __wbg_get_imports() {
723
723
  getInt32Memory0()[arg0 / 4 + 1] = len1;
724
724
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
725
725
  };
726
- imports.wbg.__wbg_constructor_cd1bce44c75e1104 = function(arg0) {
726
+ imports.wbg.__wbg_constructor_f4bcf4c70838c703 = function(arg0) {
727
727
  const ret = new Error(takeObject(arg0));
728
728
  return addHeapObject(ret);
729
729
  };
@@ -735,7 +735,7 @@ function __wbg_get_imports() {
735
735
  const ret = typeof(getObject(arg0)) === 'string';
736
736
  return ret;
737
737
  };
738
- imports.wbg.__wbg_new_76b464e4772843b0 = function() {
738
+ imports.wbg.__wbg_new_e14625531a95427d = function() {
739
739
  const ret = new Array();
740
740
  return addHeapObject(ret);
741
741
  };
@@ -922,7 +922,7 @@ function __wbg_get_imports() {
922
922
  imports.wbg.__wbindgen_throw = function(arg0, arg1) {
923
923
  throw new Error(getStringFromWasm0(arg0, arg1));
924
924
  };
925
- imports.wbg.__wbindgen_closure_wrapper748 = function(arg0, arg1, arg2) {
925
+ imports.wbg.__wbindgen_closure_wrapper747 = function(arg0, arg1, arg2) {
926
926
  const ret = makeMutClosure(arg0, arg1, 266, __wbg_adapter_22);
927
927
  return addHeapObject(ret);
928
928
  };
Binary file