@noir-lang/noir_wasm 0.3.0-e7fea94 → 0.3.1-07b7576
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@07b7576](https://github.com/noir-lang/noir/tree/07b757611e7838d58bb763140888b7961eb0ff48)
|
package/nodejs/noir_wasm.js
CHANGED
|
@@ -239,7 +239,7 @@ module.exports.__wbg_error_f851667af71bcfc6 = function(arg0, arg1) {
|
|
|
239
239
|
}
|
|
240
240
|
};
|
|
241
241
|
|
|
242
|
-
module.exports.
|
|
242
|
+
module.exports.__wbg_readfile_1583649552f79b9c = function() { return handleError(function (arg0, arg1, arg2) {
|
|
243
243
|
const ret = read_file(getStringFromWasm0(arg1, arg2));
|
|
244
244
|
const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1);
|
|
245
245
|
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 <kevtheappdev@gmail.com>"
|
|
5
5
|
],
|
|
6
|
-
"version": "0.3.
|
|
6
|
+
"version": "0.3.1-07b7576",
|
|
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": "07b757611e7838d58bb763140888b7961eb0ff48"
|
|
25
25
|
}
|
|
26
26
|
}
|
package/web/noir_wasm.js
CHANGED
|
@@ -266,7 +266,7 @@ function getImports() {
|
|
|
266
266
|
wasm.__wbindgen_export_2(arg0, arg1);
|
|
267
267
|
}
|
|
268
268
|
};
|
|
269
|
-
imports.wbg.
|
|
269
|
+
imports.wbg.__wbg_readfile_1583649552f79b9c = function() { return handleError(function (arg0, arg1, arg2) {
|
|
270
270
|
const ret = read_file(getStringFromWasm0(arg1, arg2));
|
|
271
271
|
const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1);
|
|
272
272
|
const len0 = WASM_VECTOR_LEN;
|
package/web/noir_wasm_bg.wasm
CHANGED
|
Binary file
|