Additional wasm diagnostics (#4097)

* Wasm diagnostics

* Pass the error

* Make errno optional

* Cargo.lock

* Log the error
This commit is contained in:
Sergei Pepyakin
2019-11-14 09:40:00 +01:00
committed by Bastian Köcher
parent cf49b2b8de
commit e1b6f68f60
9 changed files with 51 additions and 35 deletions
+3
View File
@@ -37,6 +37,9 @@ criterion = "0.3.0"
wasmtime = [
"substrate-executor/wasmtime",
]
wasmi-errno = [
"substrate-executor/wasmi-errno",
]
stress-test = []
[[bench]]