Skip to content

Commit c59dc6a

Browse files
committed
Run proof testing in wasm, in CI
1 parent cca8657 commit c59dc6a

File tree

5 files changed

+250
-174
lines changed

5 files changed

+250
-174
lines changed

Cargo.lock

Lines changed: 91 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ledger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ serde_with = "3.6.1"
7272
anyhow = "1.0.75"
7373
thiserror = "1.0.60"
7474
fraction = { version = "=0.15.1", default-features = false, features = ["with-serde-support"] }
75+
zip = { version = "2.2", default-features = false }
7576

7677
[target.'cfg(target_family = "wasm")'.dependencies]
7778
getrandom = { version = "0.2", features = ["js"] }
@@ -96,7 +97,6 @@ tuple-map = "0.4.0"
9697
wasm-bindgen = "=0.2.92"
9798
wasm-bindgen-test = "0.3"
9899
web-sys = { version = "0.3", features = ["Blob", "DedicatedWorkerGlobalScope", "MessageEvent", "Url", "Worker", "WorkerType", "WorkerOptions", "console", "Window", "Performance" ] }
99-
tokio = { version = "1", features = ["macros", "rt"] }
100100

101101
[features]
102102
# Put zstd behind a feature, cargo always re-compile it without touching the files

0 commit comments

Comments
 (0)