mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 17:41:01 +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"
|
tempfile = "3.1.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["rocksdb"]
|
default = ["rocksdb", "wasmtime"]
|
||||||
rocksdb = ["sc-client-db/rocksdb"]
|
rocksdb = ["sc-client-db/rocksdb"]
|
||||||
wasmtime = ["sc-service/wasmtime"]
|
wasmtime = ["sc-service/wasmtime"]
|
||||||
|
|||||||
Reference in New Issue
Block a user