Skip to content
Snippets Groups Projects
Commit 1b3f211e authored by Koute's avatar Koute Committed by GitHub
Browse files

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

parent 9dd89e7f
No related merge requests found
......@@ -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"]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment