0.2.18-rc.2 • Published 2 months ago

@distributedlab/circom2 v0.2.18-rc.2

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 months ago

npm License: GPLv3

Circom 2.0 WASM

This project is a version of Circom 2.0 compiled to WASM with AST serialization support.

Installation

The package is distributed under Distributed Lab npm organization. Run the following commanad to install the compiler:

npm install @distributedlab/circom2

!WARNING This is an experimental software. You may encounter nasty bugs.

Usage

You can use the compiler in the following way:

node cli.js <cli_arguments>

Or through using CircomRunner class directly. Check out cli.js file to learn how it is done.

Disclaimer

GLHF!