@noir-lang/noir_wasm 0.5.0-049773b → 0.5.1-260d87d

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
1
  # Noir Lang WASM JavaScript Package
2
2
 
3
3
  ## Tracks
4
- Noir lang Repository [noir-lang/noir@049773b](https://github.com/noir-lang/noir/tree/049773bd4d08afaf70c3cb1e4c658df0e6f50ac6)
4
+ Noir lang Repository [noir-lang/noir@260d87d](https://github.com/noir-lang/noir/tree/260d87d1ef86069a1fcf0f9b4969589273e381d1)
@@ -229,7 +229,7 @@ module.exports.__wbg_error_f851667af71bcfc6 = function(arg0, arg1) {
229
229
  }
230
230
  };
231
231
 
232
- module.exports.__wbg_readfile_054a3fdf225f8fe7 = function() { return handleError(function (arg0, arg1, arg2) {
232
+ module.exports.__wbg_readfile_58551301e7bc72c4 = function() { return handleError(function (arg0, arg1, arg2) {
233
233
  const ret = read_file(getStringFromWasm0(arg1, arg2));
234
234
  const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1);
235
235
  const len0 = 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.5.0-049773b",
6
+ "version": "0.5.1-260d87d",
7
7
  "files": [
8
8
  "nodejs",
9
9
  "web",
@@ -21,6 +21,6 @@
21
21
  "url": "https://github.com/noir-lang/noir_wasm.git"
22
22
  },
23
23
  "compiler": {
24
- "versionHash": "049773bd4d08afaf70c3cb1e4c658df0e6f50ac6"
24
+ "versionHash": "260d87d1ef86069a1fcf0f9b4969589273e381d1"
25
25
  }
26
26
  }
package/web/noir_wasm.js CHANGED
@@ -254,7 +254,7 @@ function getImports() {
254
254
  wasm.__wbindgen_export_2(arg0, arg1);
255
255
  }
256
256
  };
257
- imports.wbg.__wbg_readfile_054a3fdf225f8fe7 = function() { return handleError(function (arg0, arg1, arg2) {
257
+ imports.wbg.__wbg_readfile_58551301e7bc72c4 = function() { return handleError(function (arg0, arg1, arg2) {
258
258
  const ret = read_file(getStringFromWasm0(arg1, arg2));
259
259
  const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1);
260
260
  const len0 = WASM_VECTOR_LEN;
Binary file