expose wasm execution method on subxt client config (#230)

Signed-off-by: Gregory Hill <gregorydhill@outlook.com>
This commit is contained in:
Greg Hill
2021-02-19 11:40:35 +00:00
committed by GitHub
parent de859e7396
commit e524c2d744
3 changed files with 10 additions and 1 deletions
+3
View File
@@ -24,6 +24,9 @@ serde_json = "1.0.61"
sp-keyring = "3.0.0"
thiserror = "1.0.23"
[target.'cfg(target_arch="x86_64")'.dependencies]
sc-service = { version = "0.9.0", default-features = false, features = ["wasmtime"] }
[dev-dependencies]
async-std = { version = "1.8.0", features = ["attributes"] }
env_logger = "0.8.2"