Skip to content

Commit 7fcf182

Browse files
committed
Run proof testing in wasm, in CI
1 parent 253a4b5 commit 7fcf182

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
@@ -69,6 +69,7 @@ serde_with = "3.6.1"
6969
anyhow = "1.0.75"
7070
thiserror = "1.0.60"
7171
fraction = { version = "=0.15.1", default-features = false, features = ["with-serde-support"] }
72+
zip = { version = "2.2", default-features = false }
7273

7374
[target.'cfg(target_family = "wasm")'.dependencies]
7475
getrandom = { version = "0.2", features = ["js"] }
@@ -93,7 +94,6 @@ tuple-map = "0.4.0"
9394
wasm-bindgen = "=0.2.92"
9495
wasm-bindgen-test = "0.3"
9596
web-sys = { version = "0.3", features = ["Blob", "DedicatedWorkerGlobalScope", "MessageEvent", "Url", "Worker", "WorkerType", "WorkerOptions", "console", "Window", "Performance" ] }
96-
tokio = { version = "1", features = ["macros", "rt"] }
9797

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

0 commit comments

Comments
 (0)