@noir-lang/noir_wasm 0.1.1-fd64be5 → 0.2.0-5bd4bd5

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@fd64be5](https://github.com/noir-lang/noir/tree/fd64be55fc905a032d53c9ac7a7f7b71da899c37)
4
+ Noir lang Repository [noir-lang/noir@5bd4bd5](https://github.com/noir-lang/noir/tree/5bd4bd5047e4bc9a67bd79ab2a2519dc0c92da42)
@@ -191,7 +191,7 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
191
191
  takeObject(arg0);
192
192
  };
193
193
 
194
- module.exports.__wbg_readfile_141fe7d2c0f1edde = function() { return handleError(function (arg0, arg1, arg2) {
194
+ module.exports.__wbg_readfile_1ed72752a157b319 = function() { return handleError(function (arg0, arg1, arg2) {
195
195
  const ret = read_file(getStringFromWasm0(arg1, arg2));
196
196
  const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1);
197
197
  const len0 = WASM_VECTOR_LEN;
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "collaborators": [
4
4
  "The Noir Team <kevtheappdev@gmail.com>"
5
5
  ],
6
- "version": "0.1.1-fd64be5",
6
+ "version": "0.2.0-5bd4bd5",
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": "fd64be55fc905a032d53c9ac7a7f7b71da899c37"
24
+ "versionHash": "5bd4bd5047e4bc9a67bd79ab2a2519dc0c92da42"
25
25
  }
26
26
  }
package/web/noir_wasm.js CHANGED
@@ -221,7 +221,7 @@ function getImports() {
221
221
  imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
222
222
  takeObject(arg0);
223
223
  };
224
- imports.wbg.__wbg_readfile_141fe7d2c0f1edde = function() { return handleError(function (arg0, arg1, arg2) {
224
+ imports.wbg.__wbg_readfile_1ed72752a157b319 = function() { return handleError(function (arg0, arg1, arg2) {
225
225
  const ret = read_file(getStringFromWasm0(arg1, arg2));
226
226
  const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1);
227
227
  const len0 = WASM_VECTOR_LEN;
Binary file