Update wasmi (#1119)

* Update wasmi to 0.4.2

* Add simple benchmarks.
This commit is contained in:
Sergey Pepyakin
2018-11-16 17:16:42 +01:00
committed by Gav Wood
parent a4e5842915
commit 5b28147d27
10 changed files with 39 additions and 38 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ substrate-state-machine = { path = "../state-machine" }
sr-version = { path = "../sr-version" }
serde = "1.0"
serde_derive = "1.0"
wasmi = { version = "0.4.1" }
wasmi = { version = "0.4.2" }
byteorder = "1.1"
lazy_static = "1.0"
parking_lot = "*"