@noir-lang/noir_wasm 0.1.1-fd64be5 → 0.2.0-ca986a4
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@ca986a4](https://github.com/noir-lang/noir/tree/ca986a4700ce2d4a91199f474b4b5e5a35effa91)
|
package/nodejs/noir_wasm.js
CHANGED
|
@@ -191,7 +191,7 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
|
|
|
191
191
|
takeObject(arg0);
|
|
192
192
|
};
|
|
193
193
|
|
|
194
|
-
module.exports.
|
|
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;
|
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.
|
|
6
|
+
"version": "0.2.0-ca986a4",
|
|
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": "ca986a4700ce2d4a91199f474b4b5e5a35effa91"
|
|
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.
|
|
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;
|
package/web/noir_wasm_bg.wasm
CHANGED
|
Binary file
|