Skip to content

Commit

Permalink
fix wasmi x32 builds (openethereum#8155)
Browse files Browse the repository at this point in the history
* fix wasmi x32 builds

* Update Cargo.toml
  • Loading branch information
General-Beck authored Mar 19, 2018
1 parent a7887fa commit e25a660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcore/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit e25a660

Please sign in to comment.