forked from bytecodealliance/wasm-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump wasm-encoder's minor version along with all transitive dependencies. Fixes a mistake where I forgot to bump `wasm-encoder` earlier, and now everything will use the latest version of `wasm-encoder`.
- Loading branch information
1 parent
7595bdf
commit c7bb472
Showing
14 changed files
with
70 additions
and
70 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wasm-compose" | ||
version = "0.4.3" | ||
version = "0.4.4" | ||
edition.workspace = true | ||
authors = ["Peter Huene <[email protected]>"] | ||
license = "Apache-2.0 WITH LLVM-exception" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wasm-encoder" | ||
version = "0.33.0" | ||
version = "0.33.1" | ||
authors = ["Nick Fitzgerald <[email protected]>"] | ||
edition.workspace = true | ||
license = "Apache-2.0 WITH LLVM-exception" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wasmparser" | ||
version = "0.113.0" | ||
version = "0.113.1" | ||
authors = ["Yury Delendik <[email protected]>"] | ||
license = "Apache-2.0 WITH LLVM-exception" | ||
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wasmprinter" | ||
version = "0.2.65" | ||
version = "0.2.66" | ||
authors = ["Alex Crichton <[email protected]>"] | ||
edition.workspace = true | ||
license = "Apache-2.0 WITH LLVM-exception" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wast" | ||
version = "65.0.0" | ||
version = "65.0.1" | ||
authors = ["Alex Crichton <[email protected]>"] | ||
edition.workspace = true | ||
license = "Apache-2.0 WITH LLVM-exception" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wat" | ||
version = "1.0.72" | ||
version = "1.0.73" | ||
authors = ["Alex Crichton <[email protected]>"] | ||
edition.workspace = true | ||
license = "Apache-2.0 WITH LLVM-exception" | ||
|
Oops, something went wrong.