Skip to content

Commit

Permalink
chore: Update wast.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Nov 26, 2020
1 parent 29eef4f commit 289087a
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 51 deletions.
97 changes: 48 additions & 49 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 tests/lib/wast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
anyhow = "1.0"
wasmer = { path = "../../../lib/api", version = "1.0.0-alpha5", default-features = false }
wasmer-wasi = { path = "../../../lib/wasi", version = "1.0.0-alpha5" }
wast = "17.0"
wast = "27.0"
serde = "1"
tempfile = "3"
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/wasi-wast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ gumdrop = "0.8"
tempfile = "3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
wast = "20"
wast = "27.0"

0 comments on commit 289087a

Please sign in to comment.