@noir-lang/noir_wasm 0.16.0-e88ce80.nightly → 0.17.0-2f0b80d.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.
@@ -285,7 +285,7 @@ module.exports.__wbindgen_is_undefined = function(arg0) {
285
285
  return ret;
286
286
  };
287
287
 
288
- module.exports.__wbg_readfile_0c1777c7c5aa8c92 = function() { return handleError(function (arg0, arg1, arg2) {
288
+ module.exports.__wbg_readfile_db7d495e3e198483 = function() { return handleError(function (arg0, arg1, arg2) {
289
289
  const ret = read_file(getStringFromWasm0(arg1, arg2));
290
290
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1);
291
291
  const len1 = WASM_VECTOR_LEN;
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.16.0-e88ce80.nightly",
6
+ "version": "0.17.0-2f0b80d.nightly",
7
7
  "license": "(MIT OR Apache-2.0)",
8
8
  "main": "./nodejs/noir_wasm.js",
9
9
  "types": "./web/noir_wasm.d.ts",
@@ -31,7 +31,7 @@
31
31
  "install:from:nix": "yarn clean && yarn build:nix && cp -rL ./result/noir_wasm/nodejs ./ && cp -rL ./result/noir_wasm/web ./"
32
32
  },
33
33
  "peerDependencies": {
34
- "@noir-lang/source-resolver": "0.16.0-e88ce80.nightly"
34
+ "@noir-lang/source-resolver": "0.17.0-2f0b80d.nightly"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@esm-bundle/chai": "^4.3.4-fix.0",
package/web/noir_wasm.js CHANGED
@@ -311,7 +311,7 @@ function __wbg_get_imports() {
311
311
  const ret = getObject(arg0) === undefined;
312
312
  return ret;
313
313
  };
314
- imports.wbg.__wbg_readfile_0c1777c7c5aa8c92 = function() { return handleError(function (arg0, arg1, arg2) {
314
+ imports.wbg.__wbg_readfile_db7d495e3e198483 = function() { return handleError(function (arg0, arg1, arg2) {
315
315
  const ret = read_file(getStringFromWasm0(arg1, arg2));
316
316
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1);
317
317
  const len1 = WASM_VECTOR_LEN;
Binary file