@noir-lang/noirc_abi 0.21.0 → 0.22.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.
@@ -190,7 +190,7 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
190
190
  takeObject(arg0);
191
191
  };
192
192
 
193
- module.exports.__wbg_new_298583d03ed045c7 = function() {
193
+ module.exports.__wbg_new_6f90e9d9f07c8970 = function() {
194
194
  const ret = new Map();
195
195
  return addHeapObject(ret);
196
196
  };
@@ -216,7 +216,7 @@ module.exports.__wbindgen_string_get = function(arg0, arg1) {
216
216
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
217
217
  };
218
218
 
219
- module.exports.__wbg_constructor_9aef944c7c744f2d = function(arg0) {
219
+ module.exports.__wbg_constructor_e3f475b984203436 = function(arg0) {
220
220
  const ret = new Error(takeObject(arg0));
221
221
  return addHeapObject(ret);
222
222
  };
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "collaborators": [
4
4
  "The Noir Team <team@noir-lang.org>"
5
5
  ],
6
- "version": "0.21.0",
6
+ "version": "0.22.0",
7
7
  "license": "(MIT OR Apache-2.0)",
8
8
  "files": [
9
9
  "nodejs",
@@ -219,7 +219,7 @@ function __wbg_get_imports() {
219
219
  imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
220
220
  takeObject(arg0);
221
221
  };
222
- imports.wbg.__wbg_new_298583d03ed045c7 = function() {
222
+ imports.wbg.__wbg_new_6f90e9d9f07c8970 = function() {
223
223
  const ret = new Map();
224
224
  return addHeapObject(ret);
225
225
  };
@@ -241,7 +241,7 @@ function __wbg_get_imports() {
241
241
  getInt32Memory0()[arg0 / 4 + 1] = len1;
242
242
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
243
243
  };
244
- imports.wbg.__wbg_constructor_9aef944c7c744f2d = function(arg0) {
244
+ imports.wbg.__wbg_constructor_e3f475b984203436 = function(arg0) {
245
245
  const ret = new Error(takeObject(arg0));
246
246
  return addHeapObject(ret);
247
247
  };
Binary file