Skip to content

Commit

Permalink
upgrade to wabt-rs 0.7.2
Browse files Browse the repository at this point in the history
includes a fix for windows builds, this brings wamer one step closer to windows support
  • Loading branch information
xmclark committed Dec 16, 2018
1 parent ae21025 commit 755f3ae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 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.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tempdir = "0.3.7"
error-chain = "0.12.0"
errno = "0.2.4"
structopt = "0.2.11"
wabt = "0.7.1"
wabt = "0.7.2"
wasmparser = "0.20.0"
winapi = "0.3.6"
region = "0.3.0"
Expand All @@ -51,8 +51,7 @@ indicatif = "0.10"
console = "0.7.1"

[build-dependencies]
wabt = "0.7.1"

wabt = "0.7.2"
# [dev-dependencies]
# libffi = "0.6.4"
# maplit = "1.0.1"
Expand Down

0 comments on commit 755f3ae

Please sign in to comment.