Update wasmi (#8452)

This commit is contained in:
Sergey Pepyakin 2018-04-21 12:27:39 +03:00 committed by 5chdn
parent fe819e90d3
commit f439d3a4d1
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80
2 changed files with 1492 additions and 1427 deletions

2916
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,10 +7,11 @@ authors = ["Parity Technologies <admin@parity.io>"]
byteorder = "1.0"
ethcore-util = { path = "../../util" }
ethcore-bigint = { path = "../../util/bigint" }
ethereum-types = "0.3"
log = "0.3"
parity-wasm = "0.27"
libc = "0.2"
pwasm-utils = "0.1"
vm = { path = "../vm" }
ethcore-logger = { path = "../../logger" }
wasmi = { version = "0.1", features = ["opt-in-32bit"] }
wasmi = { version = "0.1.3", features = ["opt-in-32bit"] }