@noir-lang/noirc_abi 0.19.2 → 0.19.3

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.
@@ -186,7 +186,7 @@ module.exports.__wbindgen_is_undefined = function(arg0) {
186
186
  return ret;
187
187
  };
188
188
 
189
- module.exports.__wbg_new_dec74db9055a25fb = function() {
189
+ module.exports.__wbg_new_b5ed67197ffbd837 = function() {
190
190
  const ret = new Map();
191
191
  return addHeapObject(ret);
192
192
  };
@@ -216,7 +216,7 @@ module.exports.__wbindgen_number_get = function(arg0, arg1) {
216
216
  getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
217
217
  };
218
218
 
219
- module.exports.__wbg_constructor_f5d778cb78d63c37 = function(arg0) {
219
+ module.exports.__wbg_constructor_6b9bfb1271febd50 = 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.19.2",
6
+ "version": "0.19.3",
7
7
  "license": "(MIT OR Apache-2.0)",
8
8
  "files": [
9
9
  "nodejs",
@@ -216,7 +216,7 @@ function __wbg_get_imports() {
216
216
  const ret = getObject(arg0) === undefined;
217
217
  return ret;
218
218
  };
219
- imports.wbg.__wbg_new_dec74db9055a25fb = function() {
219
+ imports.wbg.__wbg_new_b5ed67197ffbd837 = function() {
220
220
  const ret = new Map();
221
221
  return addHeapObject(ret);
222
222
  };
@@ -241,7 +241,7 @@ function __wbg_get_imports() {
241
241
  getFloat64Memory0()[arg0 / 8 + 1] = isLikeNone(ret) ? 0 : ret;
242
242
  getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
243
243
  };
244
- imports.wbg.__wbg_constructor_f5d778cb78d63c37 = function(arg0) {
244
+ imports.wbg.__wbg_constructor_6b9bfb1271febd50 = function(arg0) {
245
245
  const ret = new Error(takeObject(arg0));
246
246
  return addHeapObject(ret);
247
247
  };
Binary file