@noir-lang/acvm_js 0.26.0 → 0.26.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
@@ -523,13 +523,6 @@ module.exports.__wbg_wasmblackboxfunctionsolver_new = function(arg0) {
523
523
  return addHeapObject(ret);
524
524
  };
525
525
 
526
- module.exports.__wbindgen_number_get = function(arg0, arg1) {
527
- const obj = getObject(arg1);
528
- const ret = typeof(obj) === 'number' ? obj : undefined;
529
- getFloat64Memory0()[arg0 / 8 + 1] = isLikeNone(ret) ? 0 : ret;
530
- getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
531
- };
532
-
533
526
  module.exports.__wbindgen_is_undefined = function(arg0) {
534
527
  const ret = getObject(arg0) === undefined;
535
528
  return ret;
@@ -540,6 +533,13 @@ module.exports.__wbindgen_is_array = function(arg0) {
540
533
  return ret;
541
534
  };
542
535
 
536
+ module.exports.__wbindgen_number_get = function(arg0, arg1) {
537
+ const obj = getObject(arg1);
538
+ const ret = typeof(obj) === 'number' ? obj : undefined;
539
+ getFloat64Memory0()[arg0 / 8 + 1] = isLikeNone(ret) ? 0 : ret;
540
+ getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
541
+ };
542
+
543
543
  module.exports.__wbindgen_cb_drop = function(arg0) {
544
544
  const obj = takeObject(arg0).original;
545
545
  if (obj.cnt-- == 1) {
@@ -550,7 +550,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
550
550
  return ret;
551
551
  };
552
552
 
553
- module.exports.__wbg_constructor_95333db3bb3f7aa0 = function(arg0) {
553
+ module.exports.__wbg_constructor_0f1be29bba11a757 = function(arg0) {
554
554
  const ret = new Error(takeObject(arg0));
555
555
  return addHeapObject(ret);
556
556
  };
@@ -564,7 +564,7 @@ module.exports.__wbindgen_string_get = function(arg0, arg1) {
564
564
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
565
565
  };
566
566
 
567
- module.exports.__wbg_new_dd47653ba06d189d = function() {
567
+ module.exports.__wbg_new_b1b225905e158eb4 = function() {
568
568
  const ret = new Map();
569
569
  return addHeapObject(ret);
570
570
  };
@@ -1062,8 +1062,8 @@ module.exports.__wbindgen_function_table = function() {
1062
1062
  return addHeapObject(ret);
1063
1063
  };
1064
1064
 
1065
- module.exports.__wbindgen_closure_wrapper765 = function(arg0, arg1, arg2) {
1066
- const ret = makeMutClosure(arg0, arg1, 228, __wbg_adapter_54);
1065
+ module.exports.__wbindgen_closure_wrapper773 = function(arg0, arg1, arg2) {
1066
+ const ret = makeMutClosure(arg0, arg1, 230, __wbg_adapter_54);
1067
1067
  return addHeapObject(ret);
1068
1068
  };
1069
1069
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noir-lang/acvm_js",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/noir-lang/acvm.git"
package/web/acvm_js.js CHANGED
@@ -547,12 +547,6 @@ function __wbg_get_imports() {
547
547
  const ret = WasmBlackBoxFunctionSolver.__wrap(arg0);
548
548
  return addHeapObject(ret);
549
549
  };
550
- imports.wbg.__wbindgen_number_get = function(arg0, arg1) {
551
- const obj = getObject(arg1);
552
- const ret = typeof(obj) === 'number' ? obj : undefined;
553
- getFloat64Memory0()[arg0 / 8 + 1] = isLikeNone(ret) ? 0 : ret;
554
- getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
555
- };
556
550
  imports.wbg.__wbindgen_is_undefined = function(arg0) {
557
551
  const ret = getObject(arg0) === undefined;
558
552
  return ret;
@@ -561,6 +555,12 @@ function __wbg_get_imports() {
561
555
  const ret = Array.isArray(getObject(arg0));
562
556
  return ret;
563
557
  };
558
+ imports.wbg.__wbindgen_number_get = function(arg0, arg1) {
559
+ const obj = getObject(arg1);
560
+ const ret = typeof(obj) === 'number' ? obj : undefined;
561
+ getFloat64Memory0()[arg0 / 8 + 1] = isLikeNone(ret) ? 0 : ret;
562
+ getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
563
+ };
564
564
  imports.wbg.__wbindgen_cb_drop = function(arg0) {
565
565
  const obj = takeObject(arg0).original;
566
566
  if (obj.cnt-- == 1) {
@@ -570,7 +570,7 @@ function __wbg_get_imports() {
570
570
  const ret = false;
571
571
  return ret;
572
572
  };
573
- imports.wbg.__wbg_constructor_95333db3bb3f7aa0 = function(arg0) {
573
+ imports.wbg.__wbg_constructor_0f1be29bba11a757 = function(arg0) {
574
574
  const ret = new Error(takeObject(arg0));
575
575
  return addHeapObject(ret);
576
576
  };
@@ -582,7 +582,7 @@ function __wbg_get_imports() {
582
582
  getInt32Memory0()[arg0 / 4 + 1] = len1;
583
583
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
584
584
  };
585
- imports.wbg.__wbg_new_dd47653ba06d189d = function() {
585
+ imports.wbg.__wbg_new_b1b225905e158eb4 = function() {
586
586
  const ret = new Map();
587
587
  return addHeapObject(ret);
588
588
  };
@@ -992,8 +992,8 @@ function __wbg_get_imports() {
992
992
  const ret = wasm.__wbindgen_export_2;
993
993
  return addHeapObject(ret);
994
994
  };
995
- imports.wbg.__wbindgen_closure_wrapper765 = function(arg0, arg1, arg2) {
996
- const ret = makeMutClosure(arg0, arg1, 228, __wbg_adapter_54);
995
+ imports.wbg.__wbindgen_closure_wrapper773 = function(arg0, arg1, arg2) {
996
+ const ret = makeMutClosure(arg0, arg1, 230, __wbg_adapter_54);
997
997
  return addHeapObject(ret);
998
998
  };
999
999
 
Binary file