mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 07:31:03 +00:00
sp-wasm-interface: remove useless wasmi impl (#14208)
Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -17,12 +17,11 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
|
||||
impl-trait-for-tuples = "0.2.2"
|
||||
log = { version = "0.4.17", optional = true }
|
||||
wasmi = { version = "0.13.2", optional = true }
|
||||
wasmtime = { version = "8.0.1", default-features = false, optional = true }
|
||||
anyhow = { version = "1.0.68", optional = true }
|
||||
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [ "codec/std", "log", "sp-std/std", "wasmi", "wasmtime" ]
|
||||
wasmtime = [ "dep:wasmtime", "anyhow" ]
|
||||
default = ["std"]
|
||||
std = ["codec/std", "log", "sp-std/std", "wasmtime"]
|
||||
wasmtime = ["dep:wasmtime", "anyhow"]
|
||||
|
||||
Reference in New Issue
Block a user