Skip to content

Commit

Permalink
Update wasmi and pwasm-utils (openethereum#8493)
Browse files Browse the repository at this point in the history
* Update wasmi to 0.2

New wasmi supports 32bit platforms and no longer requires a special feature to build for such platforms.

* Update pwasm-utils to 0.1.5
  • Loading branch information
pepyakin authored and VladLupashevskyi committed May 23, 2018
1 parent c7a02e5 commit 50a4643
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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"
pwasm-utils = "0.1"
vm = { path = "../vm" }
ethcore-logger = { path = "../../logger" }
wasmi = { version = "0.1.3", features = ["opt-in-32bit"] }
wasmi = { version = "0.2" }

0 comments on commit 50a4643

Please sign in to comment.