mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
sp-wasm-interface: wasmtime should not be enabled by std (#3954)
Closes: https://github.com/paritytech/polkadot-sdk/issues/3909
This commit is contained in:
@@ -25,5 +25,5 @@ anyhow = { version = "1.0.81", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = ["codec/std", "log/std", "wasmtime"]
|
||||
std = ["codec/std", "log/std"]
|
||||
wasmtime = ["anyhow", "dep:wasmtime"]
|
||||
|
||||
Reference in New Issue
Block a user