@noir-lang/noirc_abi 0.35.0 → 0.36.0-600ffeb.nightly

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.
@@ -240,7 +240,7 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
240
240
  takeObject(arg0);
241
241
  };
242
242
 
243
- module.exports.__wbg_constructor_fb5f635b3a81f931 = function(arg0) {
243
+ module.exports.__wbg_constructor_e62824fde08435c5 = function(arg0) {
244
244
  const ret = new Error(takeObject(arg0));
245
245
  return addHeapObject(ret);
246
246
  };
@@ -254,7 +254,7 @@ module.exports.__wbindgen_string_get = function(arg0, arg1) {
254
254
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
255
255
  };
256
256
 
257
- module.exports.__wbg_new_9c7c9df3090c6361 = function() {
257
+ module.exports.__wbg_new_82a94910b1af674d = function() {
258
258
  const ret = new Map();
259
259
  return addHeapObject(ret);
260
260
  };
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "contributors": [
4
4
  "The Noir Team <team@noir-lang.org>"
5
5
  ],
6
- "version": "0.35.0",
6
+ "version": "0.36.0-600ffeb.nightly",
7
7
  "license": "(MIT OR Apache-2.0)",
8
8
  "homepage": "https://noir-lang.org/",
9
9
  "repository": {
@@ -36,7 +36,7 @@
36
36
  "lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
37
37
  },
38
38
  "dependencies": {
39
- "@noir-lang/types": "0.35.0"
39
+ "@noir-lang/types": "0.36.0-600ffeb.nightly"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@esm-bundle/chai": "^4.3.4-fix.0",
@@ -269,7 +269,7 @@ function __wbg_get_imports() {
269
269
  imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
270
270
  takeObject(arg0);
271
271
  };
272
- imports.wbg.__wbg_constructor_fb5f635b3a81f931 = function(arg0) {
272
+ imports.wbg.__wbg_constructor_e62824fde08435c5 = function(arg0) {
273
273
  const ret = new Error(takeObject(arg0));
274
274
  return addHeapObject(ret);
275
275
  };
@@ -281,7 +281,7 @@ function __wbg_get_imports() {
281
281
  getInt32Memory0()[arg0 / 4 + 1] = len1;
282
282
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
283
283
  };
284
- imports.wbg.__wbg_new_9c7c9df3090c6361 = function() {
284
+ imports.wbg.__wbg_new_82a94910b1af674d = function() {
285
285
  const ret = new Map();
286
286
  return addHeapObject(ret);
287
287
  };
Binary file