Skip to content

Commit

Permalink
Add wasm feature to dpc
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Jun 4, 2021
1 parent 9c01263 commit aade39e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ default = [
"snarkvm-parameters/default",
"snarkvm-utilities/default"
]
wasm = [
"full",
"snarkvm-algorithms/wasm",
"snarkvm-gadgets/full",
"snarkvm-parameters/remote",
]
print-trace = [ "snarkvm-profiler/print-trace" ]

full = [ "testnet1" ]
testnet1 = [ "snarkvm-r1cs" ]

0 comments on commit aade39e

Please sign in to comment.