Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple snark verifier script #13

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
zk: add lto flag, chisel repack task
s1na committed Jul 4, 2019
commit 4f550a60438fcbdcfd8a5fd2d98668b4a3e2bdae
4 changes: 4 additions & 0 deletions scripts/zk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -22,3 +22,7 @@ git = "https://github.com/ewasm/ewasm-rust-api"
rev = "1c01982"
default-features = false
features = ["std", "eth2", "wee_alloc"]

[profile.release]
lto = true
debug = false
2 changes: 2 additions & 0 deletions scripts/zk/chisel.toml
Original file line number Diff line number Diff line change
@@ -4,3 +4,5 @@ zk:
preset: "ewasm"
verifyexports:
preset: "ewasm"
repack:
preset: "ewasm"