Cargo Features

[dependencies]
ark-circom = { version = "0.5.0", default-features = false, features = ["wasm", "bench-complex-all", "ethereum"] }
default = ethereum

These default features are set whenever ark-circom is added without default-features = false somewhere in the dependency tree.

Enables wasmer ^4.4.0 and wasmer-wasix ^0.28.0

wasmer:

WASM operations

wasm

Enables js-default of wasmer ^4.4.0, js of wasmer-wasix ^0.28.0

bench-complex-all
ethereum default = ethers-core

Affects ark-circom::ethereum

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ethers-core ethereum

Enables ethers-core

ethereum compat