mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 03:31:03 +00:00
Export light-client functionality for WASM
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
+2
-1
@@ -57,6 +57,7 @@ unstable-light-client = [
|
||||
"wasm-bindgen-futures",
|
||||
"futures-timer/wasm-bindgen",
|
||||
"gloo-net",
|
||||
"subxt-light-client",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
@@ -104,7 +105,7 @@ wasm-bindgen-futures = { workspace = true, optional = true }
|
||||
futures-timer = { workspace = true, optional = true }
|
||||
gloo-net = { workspace = true, optional = true }
|
||||
futures-executor = { workspace = true, optional = true }
|
||||
|
||||
subxt-light-client = { workspace = true, optional = true }
|
||||
|
||||
tokio = { workspace = true, optional = true }
|
||||
tokio-stream = { workspace = true, optional = true }
|
||||
|
||||
Reference in New Issue
Block a user