mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Switch to Wasmtime for parachain execution (#2265)
* Switch to Wasmtime for parachain execution * Fix the signature for halt's validate_block * wasmtime feature enabled from cli * Adds missing feature Co-authored-by: Sergei Shulepov <sergei@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
committed by
GitHub
parent
089ba85c32
commit
8192248c52
@@ -32,6 +32,7 @@ shared_memory = { version = "0.10.0", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
wasmtime = [ "sc-executor/wasmtime" ]
|
||||
wasm-api = []
|
||||
std = [
|
||||
"parity-scale-codec/std",
|
||||
|
||||
Reference in New Issue
Block a user