@noir-lang/acvm_js 0.55.0 → 1.0.0-beta.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
@@ -647,11 +647,6 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
647
647
  return ret;
648
648
  };
649
649
 
650
- module.exports.__wbindgen_is_array = function(arg0) {
651
- const ret = Array.isArray(getObject(arg0));
652
- return ret;
653
- };
654
-
655
650
  module.exports.__wbindgen_number_get = function(arg0, arg1) {
656
651
  const obj = getObject(arg1);
657
652
  const ret = typeof(obj) === 'number' ? obj : undefined;
@@ -659,7 +654,12 @@ module.exports.__wbindgen_number_get = function(arg0, arg1) {
659
654
  getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
660
655
  };
661
656
 
662
- module.exports.__wbg_new_f4a2f4980eb0a66e = function() {
657
+ module.exports.__wbindgen_is_array = function(arg0) {
658
+ const ret = Array.isArray(getObject(arg0));
659
+ return ret;
660
+ };
661
+
662
+ module.exports.__wbg_new_1549a44c58f2740a = function() {
663
663
  const ret = new Array();
664
664
  return addHeapObject(ret);
665
665
  };
@@ -674,7 +674,7 @@ module.exports.__wbindgen_string_new = function(arg0, arg1) {
674
674
  return addHeapObject(ret);
675
675
  };
676
676
 
677
- module.exports.__wbg_constructor_bb18ee055059e54b = function(arg0) {
677
+ module.exports.__wbg_constructor_f8f83aa6ec3644b9 = function(arg0) {
678
678
  const ret = new Error(takeObject(arg0));
679
679
  return addHeapObject(ret);
680
680
  };
@@ -684,7 +684,7 @@ module.exports.__wbindgen_is_string = function(arg0) {
684
684
  return ret;
685
685
  };
686
686
 
687
- module.exports.__wbg_new_e0a89522928fc0a3 = function() {
687
+ module.exports.__wbg_new_d9156d5ca3339252 = function() {
688
688
  const ret = new Map();
689
689
  return addHeapObject(ret);
690
690
  };
@@ -916,7 +916,7 @@ module.exports.__wbindgen_throw = function(arg0, arg1) {
916
916
  throw new Error(getStringFromWasm0(arg0, arg1));
917
917
  };
918
918
 
919
- module.exports.__wbindgen_closure_wrapper726 = function(arg0, arg1, arg2) {
919
+ module.exports.__wbindgen_closure_wrapper727 = function(arg0, arg1, arg2) {
920
920
  const ret = makeMutClosure(arg0, arg1, 265, __wbg_adapter_22);
921
921
  return addHeapObject(ret);
922
922
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noir-lang/acvm_js",
3
- "version": "0.55.0",
3
+ "version": "1.0.0-beta.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/web/acvm_js.js CHANGED
@@ -676,17 +676,17 @@ function __wbg_get_imports() {
676
676
  const ret = false;
677
677
  return ret;
678
678
  };
679
- imports.wbg.__wbindgen_is_array = function(arg0) {
680
- const ret = Array.isArray(getObject(arg0));
681
- return ret;
682
- };
683
679
  imports.wbg.__wbindgen_number_get = function(arg0, arg1) {
684
680
  const obj = getObject(arg1);
685
681
  const ret = typeof(obj) === 'number' ? obj : undefined;
686
682
  getFloat64Memory0()[arg0 / 8 + 1] = isLikeNone(ret) ? 0 : ret;
687
683
  getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
688
684
  };
689
- imports.wbg.__wbg_new_f4a2f4980eb0a66e = function() {
685
+ imports.wbg.__wbindgen_is_array = function(arg0) {
686
+ const ret = Array.isArray(getObject(arg0));
687
+ return ret;
688
+ };
689
+ imports.wbg.__wbg_new_1549a44c58f2740a = function() {
690
690
  const ret = new Array();
691
691
  return addHeapObject(ret);
692
692
  };
@@ -698,7 +698,7 @@ function __wbg_get_imports() {
698
698
  const ret = getStringFromWasm0(arg0, arg1);
699
699
  return addHeapObject(ret);
700
700
  };
701
- imports.wbg.__wbg_constructor_bb18ee055059e54b = function(arg0) {
701
+ imports.wbg.__wbg_constructor_f8f83aa6ec3644b9 = function(arg0) {
702
702
  const ret = new Error(takeObject(arg0));
703
703
  return addHeapObject(ret);
704
704
  };
@@ -706,7 +706,7 @@ function __wbg_get_imports() {
706
706
  const ret = typeof(getObject(arg0)) === 'string';
707
707
  return ret;
708
708
  };
709
- imports.wbg.__wbg_new_e0a89522928fc0a3 = function() {
709
+ imports.wbg.__wbg_new_d9156d5ca3339252 = function() {
710
710
  const ret = new Map();
711
711
  return addHeapObject(ret);
712
712
  };
@@ -901,7 +901,7 @@ function __wbg_get_imports() {
901
901
  imports.wbg.__wbindgen_throw = function(arg0, arg1) {
902
902
  throw new Error(getStringFromWasm0(arg0, arg1));
903
903
  };
904
- imports.wbg.__wbindgen_closure_wrapper726 = function(arg0, arg1, arg2) {
904
+ imports.wbg.__wbindgen_closure_wrapper727 = function(arg0, arg1, arg2) {
905
905
  const ret = makeMutClosure(arg0, arg1, 265, __wbg_adapter_22);
906
906
  return addHeapObject(ret);
907
907
  };
Binary file