mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-14 14:47:05 +00:00
If using `embark-snark` in the dapp as a plugin, and the dapp didn’t have any contracts, the `embark-snark` plugin would not simply exit early and essentially do nothing. Fix `embark-snark` plugin so that it will run its routine regardless of whether or not the dapp has contracts or not. Bump `circom` and `snarkjs` to their latest patch version.
embark-compiler
Embark compiler module
Abstracts the compiler interface and exposes a plugin api to register contract extensions and how to handle them. It accepts command requests to compile and returns the aggregated compilation result.
API
command: compiler:contracts:compile
arguments:
contractFiles
-options
-