JSPM

@noir-lang/noir_wasm

0.17.0-b8b7782.aztec
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3505
  • Score
    100M100P100Q124659F
  • License (MIT OR Apache-2.0)

Package Exports

  • @noir-lang/noir_wasm
  • @noir-lang/noir_wasm/nodejs/noir_wasm.js
  • @noir-lang/noir_wasm/web/noir_wasm.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@noir-lang/noir_wasm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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