Skip to content

Commit

Permalink
Update wasm-tools to 217 (#9219) (#9220)
Browse files Browse the repository at this point in the history
Brings a few fixes and such from recent PRs and additionally some new
`*.wast` directives. These aren't supported yet and will come in a
future commit.
  • Loading branch information
alexcrichton authored Sep 10, 2024
1 parent 32f504e commit c931737
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 72 deletions.
112 changes: 56 additions & 56 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -266,15 +266,15 @@ wit-bindgen = { version = "0.30.0", default-features = false }
wit-bindgen-rust-macro = { version = "0.30.0", default-features = false }

# wasm-tools family:
wasmparser = { version = "0.216.0", default-features = false }
wat = "1.216.0"
wast = "216.0.0"
wasmprinter = "0.216.0"
wasm-encoder = "0.216.0"
wasm-smith = "0.216.0"
wasm-mutate = "0.216.0"
wit-parser = "0.216.0"
wit-component = "0.216.0"
wasmparser = { version = "0.217.0", default-features = false }
wat = "1.217.0"
wast = "217.0.0"
wasmprinter = "0.217.0"
wasm-encoder = "0.217.0"
wasm-smith = "0.217.0"
wasm-mutate = "0.217.0"
wit-parser = "0.217.0"
wit-component = "0.217.0"

# Non-Bytecode Alliance maintained dependencies:
# --------------------------
Expand Down
2 changes: 1 addition & 1 deletion crates/environ/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cpp_demangle = { version = "0.4.3", optional = true }
cranelift-entity = { workspace = true }
cranelift-bitset = { workspace = true, features = ['enable-serde'] }
wasmtime-types = { workspace = true }
wasmparser = { workspace = true, features = ['validate', 'serde'] }
wasmparser = { workspace = true, features = ['validate', 'serde', 'features'] }
indexmap = { workspace = true, features = ["serde"] }
serde = { workspace = true }
serde_derive = { workspace = true }
Expand Down
Loading

0 comments on commit c931737

Please sign in to comment.