Skip to content

Commit

Permalink
Merge up to latest release wasm-tools-1.0.58 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil authored Feb 9, 2024
2 parents 9cd1c52 + 268c424 commit 41084e5
Show file tree
Hide file tree
Showing 36 changed files with 465 additions and 187 deletions.
102 changes: 51 additions & 51 deletions Cargo.lock

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

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-tools"
version = "1.0.57"
version = "1.0.58"
authors = ["The Wasmtime Project Developers"]
edition.workspace = true
description = "CLI tools for interoperating with WebAssembly files"
Expand Down Expand Up @@ -56,19 +56,19 @@ pretty_assertions = "1.3.0"
semver = "1.0.0"
smallvec = "1.11.1"

wasm-compose = { version = "0.5.2", path = "crates/wasm-compose" }
wasm-encoder = { version = "0.41.0", path = "crates/wasm-encoder" }
wasm-metadata = { version = "0.10.17", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.2.46", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.1.47", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.15.1", path = "crates/wasm-smith" }
wasmparser = { version = "0.121.0", path = "crates/wasmparser" }
wasmprinter = { version = "0.2.78", path = "crates/wasmprinter" }
wast = { version = "70.0.2", path = "crates/wast" }
wat = { version = "1.0.85", path = "crates/wat" }
wit-component = { version = "0.20.1", path = "crates/wit-component" }
wit-parser = { version = "0.13.1", path = "crates/wit-parser" }
wit-smith = { version = "0.1.27", path = "crates/wit-smith" }
wasm-compose = { version = "0.5.3", path = "crates/wasm-compose" }
wasm-encoder = { version = "0.41.1", path = "crates/wasm-encoder" }
wasm-metadata = { version = "0.10.18", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.2.47", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.1.48", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.15.2", path = "crates/wasm-smith" }
wasmparser = { version = "0.121.1", path = "crates/wasmparser" }
wasmprinter = { version = "0.2.79", path = "crates/wasmprinter" }
wast = { version = "71.0.0", path = "crates/wast" }
wat = { version = "1.0.86", path = "crates/wat" }
wit-component = { version = "0.20.2", path = "crates/wit-component" }
wit-parser = { version = "0.13.2", path = "crates/wit-parser" }
wit-smith = { version = "0.1.28", path = "crates/wit-smith" }

[dependencies]
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-compose/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-compose"
version = "0.5.2"
version = "0.5.3"
edition.workspace = true
authors = ["Peter Huene <[email protected]>"]
license = "Apache-2.0 WITH LLVM-exception"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-encoder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-encoder"
version = "0.41.0"
version = "0.41.1"
authors = ["Nick Fitzgerald <[email protected]>"]
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-metadata"
version = "0.10.17"
version = "0.10.18"
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-metadata"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-mutate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-mutate"
version = "0.2.46"
version = "0.2.47"
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-mutate"
Expand Down
Loading

0 comments on commit 41084e5

Please sign in to comment.