fix wasmi x32 builds (#8155)

* fix wasmi x32 builds

* Update Cargo.toml
This commit is contained in:
Denis S. Soldatov aka General-Beck 2018-03-19 18:42:51 +03:00 committed by GitHub
parent a7887fa9f1
commit e25a660a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,4 +12,4 @@ libc = "0.2"
wasm-utils = { git = "https://github.com/paritytech/wasm-utils" }
vm = { path = "../vm" }
ethcore-logger = { path = "../../logger" }
wasmi = { git = "https://github.com/paritytech/wasmi" }
wasmi = { git = "https://github.com/paritytech/wasmi", features = ["32bit_opt_in"] }