fix wasmi x32 builds (#8155)
* fix wasmi x32 builds * Update Cargo.toml
This commit is contained in:
parent
a7887fa9f1
commit
e25a660a11
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user