Skip to content

Commit

Permalink
feat(node-wasm, types)!: Add blob service for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0rek committed Nov 28, 2024
1 parent 7f28d96 commit 999138b
Show file tree
Hide file tree
Showing 12 changed files with 321 additions and 24 deletions.
208 changes: 197 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ crate-type = ["cdylib", "rlib"]
[target.'cfg(target_arch = "wasm32")'.dependencies]
blockstore.workspace = true
celestia-tendermint.workspace = true
celestia-types.workspace = true
celestia-types = { workspace = true, features = ["wasm-bindgen"] }
libp2p = { workspace = true, features = ["serde"] }
lumina-node.workspace = true

Expand Down
Loading

0 comments on commit 999138b

Please sign in to comment.