Enable the wasmtime-based WASM executor by default (#12486)

This commit is contained in:
Koute
2022-10-13 19:31:00 +09:00
committed by GitHub
parent 9dd89e7fa3
commit 1b3f211efa
+1 -1
View File
@@ -51,6 +51,6 @@ sp-version = { version = "5.0.0", path = "../../primitives/version" }
tempfile = "3.1.0"
[features]
default = ["rocksdb"]
default = ["rocksdb", "wasmtime"]
rocksdb = ["sc-client-db/rocksdb"]
wasmtime = ["sc-service/wasmtime"]