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:
Bastian Köcher
2024-04-03 10:35:53 +02:00
committed by GitHub
parent e8e201f0ff
commit 9b378a2ffe
@@ -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"]