Skip to content

Commit

Permalink
fix: more fixes for WASM builds (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-a16z authored Oct 22, 2024
1 parent 133fe3d commit b94371f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion jolt-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ bytemuck = "1.19.0"
hex = "0.4.3"
tokio = { version = "1.38.0", optional = true }
alloy-primitives = "0.7.6"
alloy-rs = "0.2.1"
alloy-sol-macro = "0.7.6"
alloy-sol-types = "0.7.6"

Expand Down
1 change: 1 addition & 0 deletions jolt-core/src/poly/commitment/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[cfg(not(target_arch = "wasm32"))]
pub mod binius;
pub mod commitment_scheme;
pub mod hyperkzg;
Expand Down

0 comments on commit b94371f

Please sign in to comment.