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:
Robert Habermeier
2021-01-15 12:03:22 -05:00
committed by GitHub
parent 089ba85c32
commit 8192248c52
4 changed files with 6 additions and 2 deletions
+1
View File
@@ -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",