@noir-lang/noir_wasm 0.6.0-743bed1 → 0.6.0-77fba56
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_bg.wasm +0 -0
- package/package.json +2 -2
- package/web/noir_wasm_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -5,4 +5,4 @@ This JavaScript package enables users to compile a Noir program, i.e. generating
|
|
|
5
5
|
The package also handles dependency management like how Nargo (Noir's CLI tool) opreates, but the package is used just for compilation, not proving, verifying and simulating functions.
|
|
6
6
|
|
|
7
7
|
## Tracks
|
|
8
|
-
Noir lang Repository [noir-lang/noir@
|
|
8
|
+
Noir lang Repository [noir-lang/noir@77fba56](https://github.com/noir-lang/noir/tree/77fba5677f9d1466d9d08c2eddc57149f9010db4)
|
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.0-
|
|
6
|
+
"version": "0.6.0-77fba56",
|
|
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": "77fba5677f9d1466d9d08c2eddc57149f9010db4"
|
|
25
25
|
}
|
|
26
26
|
}
|
package/web/noir_wasm_bg.wasm
CHANGED
|
Binary file
|