0.15.0-kw-play-around-2d3e9302e • Published 7 months ago

@kevaundray/noir_wasm v0.15.0-kw-play-around-2d3e9302e

Weekly downloads
-
License
(MIT OR Apache-2....
Repository
github
Last release
7 months ago

Noir Lang WASM JavaScript Package

This JavaScript package enables users to compile a Noir program, i.e. generating its artifacts.

The package also handles dependency management like how Nargo (Noir's CLI tool) operates, but the package is used just for compilation, not proving, verifying and simulating functions.

Building from source

Outside of the noir repo, this package can be built using the command below:

nix build -L github:noir-lang/noir/master#noir_wasm

If you are within the noir repo and would like to build local changes, you can use:

nix build -L #noir_wasm