@noir-lang/acvm_js

v0.40.0-86a0029.nightly

lint

NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0

test

env TS_NODE_COMPILER_OPTIONS='{"module": "commonjs" }' mocha

build

bash ./build.sh

clean

chmod u+w web nodejs || true && rm -rf web nodejs

publish

echo 📡 publishing `$npm_package_name` && yarn npm publish

build:nix

nix build -L .#acvm_js

test:browser

web-test-runner

nightly:version

jq --arg new_version "-$(git rev-parse --short HEAD)$1" '.version = .version + $new_version' package.json > package-tmp.json && mv package-tmp.json package.json

install:from:nix

yarn clean && yarn build:nix && cp -rL ./result/acvm_js/nodejs ./ && cp -rL ./result/acvm_js/web ./
npm i @noir-lang/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 3/5/2024

Downloads

Maintainers