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
+1 -1
View File
@@ -5,5 +5,5 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
wasmi = "0.5.1"
wasmi = "0.6.2"
impl-trait-for-tuples = "0.1.2"