We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae37db6 commit ace6035Copy full SHA for ace6035
Cargo.toml
@@ -78,6 +78,8 @@ frame-support = { version = "2.0.0-alpha.6" }
78
build-script-utils = { package = "substrate-build-script-utils", version = "2.0.0-alpha.6" }
79
80
[features]
81
+default = ["wasmtime"]
82
+wasmtime = [ "sc-cli/wasmtime" ]
83
runtime-benchmarks = [
84
"runtime/runtime-benchmarks",
85
]
0 commit comments