@noir-lang/noir_wasm 0.4.1-b51f74a → 0.5.0-049773b
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 +1 -1
- package/nodejs/noir_wasm.js +1 -1
- package/nodejs/noir_wasm_bg.wasm +0 -0
- package/package.json +2 -2
- package/web/noir_wasm.js +1 -1
- package/web/noir_wasm_bg.wasm +0 -0
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@
|
|
4
|
+
Noir lang Repository [noir-lang/noir@049773b](https://github.com/noir-lang/noir/tree/049773bd4d08afaf70c3cb1e4c658df0e6f50ac6)
|
package/nodejs/noir_wasm.js
CHANGED
|
@@ -229,7 +229,7 @@ module.exports.__wbg_error_f851667af71bcfc6 = function(arg0, arg1) {
|
|
|
229
229
|
}
|
|
230
230
|
};
|
|
231
231
|
|
|
232
|
-
module.exports.
|
|
232
|
+
module.exports.__wbg_readfile_054a3fdf225f8fe7 = 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;
|
package/nodejs/noir_wasm_bg.wasm
CHANGED
|
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.
|
|
6
|
+
"version": "0.5.0-049773b",
|
|
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": "
|
|
24
|
+
"versionHash": "049773bd4d08afaf70c3cb1e4c658df0e6f50ac6"
|
|
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.
|
|
257
|
+
imports.wbg.__wbg_readfile_054a3fdf225f8fe7 = 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;
|
package/web/noir_wasm_bg.wasm
CHANGED
|
Binary file
|