Skip to content

Commit ace6035

Browse files
authored
enable wasmtime (#215)
1 parent ae37db6 commit ace6035

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ frame-support = { version = "2.0.0-alpha.6" }
7878
build-script-utils = { package = "substrate-build-script-utils", version = "2.0.0-alpha.6" }
7979

8080
[features]
81+
default = ["wasmtime"]
82+
wasmtime = [ "sc-cli/wasmtime" ]
8183
runtime-benchmarks = [
8284
"runtime/runtime-benchmarks",
8385
]

0 commit comments

Comments
 (0)