mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 05:37:58 +00:00
Enable the wasmtime-based WASM executor by default (#12486)
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user