We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wasmtime
std
1 parent e8e201f commit 9b378a2Copy full SHA for 9b378a2
substrate/primitives/wasm-interface/Cargo.toml
@@ -25,5 +25,5 @@ anyhow = { version = "1.0.81", optional = true }
25
26
[features]
27
default = ["std"]
28
-std = ["codec/std", "log/std", "wasmtime"]
+std = ["codec/std", "log/std"]
29
wasmtime = ["anyhow", "dep:wasmtime"]
0 commit comments