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
If you are within the noir repo and would like to build local changes, you can use:
nix build -L