@noir-lang/acvm_js 0.37.1 → 0.38.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
@@ -654,7 +654,7 @@ module.exports.__wbindgen_is_string = function(arg0) {
654
654
  return ret;
655
655
  };
656
656
 
657
- module.exports.__wbg_new_746e482766ed0a19 = function() {
657
+ module.exports.__wbg_new_88dbce24756a0c16 = function() {
658
658
  const ret = new Map();
659
659
  return addHeapObject(ret);
660
660
  };
@@ -681,7 +681,7 @@ module.exports.__wbindgen_object_clone_ref = function(arg0) {
681
681
  return addHeapObject(ret);
682
682
  };
683
683
 
684
- module.exports.__wbg_constructor_fcf20c319686533c = function(arg0) {
684
+ module.exports.__wbg_constructor_b94d8cb256e76d97 = function(arg0) {
685
685
  const ret = new Error(takeObject(arg0));
686
686
  return addHeapObject(ret);
687
687
  };
@@ -1189,8 +1189,8 @@ module.exports.__wbindgen_function_table = function() {
1189
1189
  return addHeapObject(ret);
1190
1190
  };
1191
1191
 
1192
- module.exports.__wbindgen_closure_wrapper505 = function(arg0, arg1, arg2) {
1193
- const ret = makeMutClosure(arg0, arg1, 161, __wbg_adapter_54);
1192
+ module.exports.__wbindgen_closure_wrapper507 = function(arg0, arg1, arg2) {
1193
+ const ret = makeMutClosure(arg0, arg1, 163, __wbg_adapter_54);
1194
1194
  return addHeapObject(ret);
1195
1195
  };
1196
1196
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noir-lang/acvm_js",
3
- "version": "0.37.1",
3
+ "version": "0.38.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/noir-lang/acvm.git"
package/web/acvm_js.js CHANGED
@@ -678,7 +678,7 @@ function __wbg_get_imports() {
678
678
  const ret = typeof(getObject(arg0)) === 'string';
679
679
  return ret;
680
680
  };
681
- imports.wbg.__wbg_new_746e482766ed0a19 = function() {
681
+ imports.wbg.__wbg_new_88dbce24756a0c16 = function() {
682
682
  const ret = new Map();
683
683
  return addHeapObject(ret);
684
684
  };
@@ -700,7 +700,7 @@ function __wbg_get_imports() {
700
700
  const ret = getObject(arg0);
701
701
  return addHeapObject(ret);
702
702
  };
703
- imports.wbg.__wbg_constructor_fcf20c319686533c = function(arg0) {
703
+ imports.wbg.__wbg_constructor_b94d8cb256e76d97 = function(arg0) {
704
704
  const ret = new Error(takeObject(arg0));
705
705
  return addHeapObject(ret);
706
706
  };
@@ -1119,8 +1119,8 @@ function __wbg_get_imports() {
1119
1119
  const ret = wasm.__wbindgen_export_2;
1120
1120
  return addHeapObject(ret);
1121
1121
  };
1122
- imports.wbg.__wbindgen_closure_wrapper505 = function(arg0, arg1, arg2) {
1123
- const ret = makeMutClosure(arg0, arg1, 161, __wbg_adapter_54);
1122
+ imports.wbg.__wbindgen_closure_wrapper507 = function(arg0, arg1, arg2) {
1123
+ const ret = makeMutClosure(arg0, arg1, 163, __wbg_adapter_54);
1124
1124
  return addHeapObject(ret);
1125
1125
  };
1126
1126
 
Binary file