mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Add WASM CI checks and make availability-store compile for WASM (#626)
* Make availability-store compile for WASM * Use --manifest-path instead
This commit is contained in:
committed by
Gavin Wood
parent
33eb0b7ba6
commit
ed7ee57290
@@ -12,5 +12,7 @@ log = "0.4.8"
|
||||
codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
|
||||
kvdb = "0.1.1"
|
||||
kvdb-rocksdb = "0.2"
|
||||
kvdb-memorydb = "0.1.2"
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
kvdb-rocksdb = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user