diff --git a/Cargo.lock b/Cargo.lock index 6b8a9ab13c..d18cb8e842 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,7 +295,7 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" name = "component" version = "0.0.0" dependencies = [ - "wasmprinter 0.217.0", + "wasmprinter 0.218.0", "wat", "wit-bindgen-rt", ] @@ -433,7 +433,7 @@ dependencies = [ "itertools 0.12.1", "log", "smallvec", - "wasmparser 0.217.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.217.0", "wasmtime-types", ] @@ -1583,7 +1583,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-compose" -version = "0.217.0" +version = "0.218.0" dependencies = [ "anyhow", "glob", @@ -1597,11 +1597,11 @@ dependencies = [ "serde_derive", "serde_yaml", "smallvec", - "wasm-encoder 0.217.0", - "wasmparser 0.217.0", - "wasmprinter 0.217.0", + "wasm-encoder 0.218.0", + "wasmparser 0.218.0", + "wasmprinter 0.218.0", "wat", - "wit-component 0.217.0", + "wit-component 0.218.0", ] [[package]] @@ -1617,21 +1617,21 @@ dependencies = [ [[package]] name = "wasm-encoder" version = "0.217.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b88b0814c9a2b323a9b46c687e726996c255ac8b64aa237dd11c81ed4854760" dependencies = [ - "anyhow", "leb128", - "tempfile", - "wasmparser 0.217.0", - "wasmprinter 0.217.0", ] [[package]] name = "wasm-encoder" -version = "0.217.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b88b0814c9a2b323a9b46c687e726996c255ac8b64aa237dd11c81ed4854760" +version = "0.218.0" dependencies = [ + "anyhow", "leb128", + "tempfile", + "wasmparser 0.218.0", + "wasmprinter 0.218.0", ] [[package]] @@ -1652,7 +1652,7 @@ dependencies = [ [[package]] name = "wasm-metadata" -version = "0.217.0" +version = "0.218.0" dependencies = [ "anyhow", "clap", @@ -1661,14 +1661,14 @@ dependencies = [ "serde_derive", "serde_json", "spdx", - "wasm-encoder 0.217.0", - "wasmparser 0.217.0", + "wasm-encoder 0.218.0", + "wasmparser 0.218.0", "wat", ] [[package]] name = "wasm-mutate" -version = "0.217.0" +version = "0.218.0" dependencies = [ "anyhow", "clap", @@ -1677,9 +1677,9 @@ dependencies = [ "log", "rand", "thiserror", - "wasm-encoder 0.217.0", - "wasmparser 0.217.0", - "wasmprinter 0.217.0", + "wasm-encoder 0.218.0", + "wasmparser 0.218.0", + "wasmprinter 0.218.0", "wat", ] @@ -1696,14 +1696,14 @@ dependencies = [ "num_cpus", "rand", "wasm-mutate", - "wasmparser 0.217.0", - "wasmprinter 0.217.0", + "wasmparser 0.218.0", + "wasmprinter 0.218.0", "wasmtime", ] [[package]] name = "wasm-shrink" -version = "0.217.0" +version = "0.218.0" dependencies = [ "anyhow", "blake3", @@ -1712,14 +1712,14 @@ dependencies = [ "log", "rand", "wasm-mutate", - "wasmparser 0.217.0", - "wasmprinter 0.217.0", + "wasmparser 0.218.0", + "wasmprinter 0.218.0", "wat", ] [[package]] name = "wasm-smith" -version = "0.217.0" +version = "0.218.0" dependencies = [ "anyhow", "arbitrary", @@ -1732,15 +1732,15 @@ dependencies = [ "rand", "serde", "serde_derive", - "wasm-encoder 0.217.0", - "wasmparser 0.217.0", - "wasmprinter 0.217.0", + "wasm-encoder 0.218.0", + "wasmparser 0.218.0", + "wasmprinter 0.218.0", "wat", ] [[package]] name = "wasm-tools" -version = "1.217.0" +version = "1.218.0" dependencies = [ "addr2line", "anyhow", @@ -1765,18 +1765,18 @@ dependencies = [ "tempfile", "termcolor", "wasm-compose", - "wasm-encoder 0.217.0", - "wasm-metadata 0.217.0", + "wasm-encoder 0.218.0", + "wasm-metadata 0.218.0", "wasm-mutate", "wasm-shrink", "wasm-smith", - "wasmparser 0.217.0", - "wasmprinter 0.217.0", + "wasmparser 0.218.0", + "wasmprinter 0.218.0", "wast", "wat", - "wit-component 0.217.0", + "wit-component 0.218.0", "wit-encoder", - "wit-parser 0.217.0", + "wit-parser 0.218.0", "wit-smith", ] @@ -1788,8 +1788,8 @@ dependencies = [ "wasm-mutate", "wasm-shrink", "wasm-smith", - "wasmparser 0.217.0", - "wasmprinter 0.217.0", + "wasmparser 0.218.0", + "wasmprinter 0.218.0", "wast", "wat", ] @@ -1804,30 +1804,30 @@ dependencies = [ "libfuzzer-sys", "log", "tempfile", - "wasm-encoder 0.217.0", + "wasm-encoder 0.218.0", "wasm-mutate", "wasm-smith", - "wasmparser 0.217.0", - "wasmprinter 0.217.0", + "wasmparser 0.218.0", + "wasmprinter 0.218.0", "wasmtime", "wast", "wat", "wit-component 0.214.0", - "wit-component 0.217.0", + "wit-component 0.218.0", "wit-parser 0.214.0", - "wit-parser 0.217.0", + "wit-parser 0.218.0", "wit-smith", ] [[package]] name = "wasm-wave" -version = "0.217.0" +version = "0.218.0" dependencies = [ "anyhow", "indexmap 2.5.0", "logos", "thiserror", - "wit-parser 0.217.0", + "wit-parser 0.218.0", ] [[package]] @@ -1846,57 +1846,57 @@ dependencies = [ [[package]] name = "wasmparser" version = "0.217.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca917a21307d3adf2b9857b94dd05ebf8496bdcff4437a9b9fb3899d3e6c74e7" dependencies = [ "ahash", - "anyhow", "bitflags", - "criterion", - "env_logger", "hashbrown 0.14.5", "indexmap 2.5.0", - "log", - "once_cell", - "rayon", "semver", "serde", - "wasm-encoder 0.217.0", - "wast", - "wat", ] [[package]] name = "wasmparser" -version = "0.217.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca917a21307d3adf2b9857b94dd05ebf8496bdcff4437a9b9fb3899d3e6c74e7" +version = "0.218.0" dependencies = [ "ahash", + "anyhow", "bitflags", + "criterion", + "env_logger", "hashbrown 0.14.5", "indexmap 2.5.0", + "log", + "once_cell", + "rayon", "semver", "serde", + "wasm-encoder 0.218.0", + "wast", + "wat", ] [[package]] name = "wasmprinter" version = "0.217.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50dc568b3e0d47e8f96ea547c90790cfa783f0205160c40de894a427114185ce" dependencies = [ "anyhow", "termcolor", "wasmparser 0.217.0", - "wat", ] [[package]] name = "wasmprinter" -version = "0.217.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dc568b3e0d47e8f96ea547c90790cfa783f0205160c40de894a427114185ce" +version = "0.218.0" dependencies = [ "anyhow", "termcolor", - "wasmparser 0.217.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.218.0", + "wat", ] [[package]] @@ -1930,7 +1930,7 @@ dependencies = [ "smallvec", "sptr", "target-lexicon", - "wasmparser 0.217.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.217.0", "wasmtime-asm-macros", "wasmtime-component-macro", "wasmtime-component-util", @@ -1964,7 +1964,7 @@ dependencies = [ "syn", "wasmtime-component-util", "wasmtime-wit-bindgen", - "wit-parser 0.217.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wit-parser 0.217.0", ] [[package]] @@ -1993,7 +1993,7 @@ dependencies = [ "smallvec", "target-lexicon", "thiserror", - "wasmparser 0.217.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.217.0", "wasmtime-environ", "wasmtime-versioned-export-macros", ] @@ -2016,9 +2016,9 @@ dependencies = [ "serde", "serde_derive", "target-lexicon", - "wasm-encoder 0.217.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmparser 0.217.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmprinter 0.217.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-encoder 0.217.0", + "wasmparser 0.217.0", + "wasmprinter 0.217.0", "wasmtime-component-util", "wasmtime-types", ] @@ -2052,7 +2052,7 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "wasmparser 0.217.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.217.0", ] [[package]] @@ -2077,7 +2077,7 @@ dependencies = [ "gimli 0.29.0", "object", "target-lexicon", - "wasmparser 0.217.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.217.0", "wasmtime-cranelift", "wasmtime-environ", "winch-codegen", @@ -2092,12 +2092,12 @@ dependencies = [ "anyhow", "heck 0.4.1", "indexmap 2.5.0", - "wit-parser 0.217.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wit-parser 0.217.0", ] [[package]] name = "wast" -version = "217.0.0" +version = "218.0.0" dependencies = [ "anyhow", "bumpalo", @@ -2107,14 +2107,14 @@ dependencies = [ "memchr", "rand", "unicode-width", - "wasm-encoder 0.217.0", - "wasmparser 0.217.0", + "wasm-encoder 0.218.0", + "wasmparser 0.218.0", "wat", ] [[package]] name = "wat" -version = "1.217.0" +version = "1.218.0" dependencies = [ "wast", ] @@ -2162,7 +2162,7 @@ dependencies = [ "regalloc2", "smallvec", "target-lexicon", - "wasmparser 0.217.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.217.0", "wasmtime-cranelift", "wasmtime-environ", ] @@ -2345,7 +2345,7 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.217.0" +version = "0.218.0" dependencies = [ "anyhow", "bitflags", @@ -2358,26 +2358,26 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "wasm-encoder 0.217.0", - "wasm-metadata 0.217.0", - "wasmparser 0.217.0", - "wasmprinter 0.217.0", + "wasm-encoder 0.218.0", + "wasm-metadata 0.218.0", + "wasmparser 0.218.0", + "wasmprinter 0.218.0", "wasmtime", "wast", "wat", - "wit-parser 0.217.0", + "wit-parser 0.218.0", ] [[package]] name = "wit-encoder" -version = "0.217.0" +version = "0.218.0" dependencies = [ "id-arena", "indoc", "pretty_assertions", "semver", "serde", - "wit-parser 0.217.0", + "wit-parser 0.218.0", ] [[package]] @@ -2401,40 +2401,40 @@ dependencies = [ [[package]] name = "wit-parser" version = "0.217.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb893dcd6d370cfdf19a0d9adfcd403efb8e544e1a0ea3a8b81a21fe392eaa78" dependencies = [ "anyhow", - "env_logger", "id-arena", "indexmap 2.5.0", - "libtest-mimic", "log", - "pretty_assertions", "semver", "serde", "serde_derive", "serde_json", "unicode-xid", "wasmparser 0.217.0", - "wat", - "wit-parser 0.217.0", ] [[package]] name = "wit-parser" -version = "0.217.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb893dcd6d370cfdf19a0d9adfcd403efb8e544e1a0ea3a8b81a21fe392eaa78" +version = "0.218.0" dependencies = [ "anyhow", + "env_logger", "id-arena", "indexmap 2.5.0", + "libtest-mimic", "log", + "pretty_assertions", "semver", "serde", "serde_derive", "serde_json", "unicode-xid", - "wasmparser 0.217.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.218.0", + "wat", + "wit-parser 0.218.0", ] [[package]] @@ -2445,21 +2445,21 @@ dependencies = [ "env_logger", "libfuzzer-sys", "log", - "wasmprinter 0.217.0", - "wit-parser 0.217.0", + "wasmprinter 0.218.0", + "wit-parser 0.218.0", ] [[package]] name = "wit-smith" -version = "0.217.0" +version = "0.218.0" dependencies = [ "arbitrary", "clap", "indexmap 2.5.0", "log", "semver", - "wit-component 0.217.0", - "wit-parser 0.217.0", + "wit-component 0.218.0", + "wit-parser 0.218.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ccce410b95..73bab177e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-tools" -version = "1.217.0" +version = "1.218.0" authors = ["The Wasmtime Project Developers"] edition.workspace = true description = "CLI tools for interoperating with WebAssembly files" @@ -60,7 +60,7 @@ manual_strip = 'warn' [workspace.package] edition = '2021' license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" -version = "0.217.0" +version = "0.218.0" # Current policy for wasm-tools is the same as Wasmtime which is that this # number can be no larger than the current stable release of Rust minus 2. rust-version = "1.76.0" @@ -96,20 +96,20 @@ indoc = "2.0.5" gimli = "0.30.0" id-arena = "2" -wasm-compose = { version = "0.217.0", path = "crates/wasm-compose" } -wasm-encoder = { version = "0.217.0", path = "crates/wasm-encoder" } -wasm-metadata = { version = "0.217.0", path = "crates/wasm-metadata" } -wasm-mutate = { version = "0.217.0", path = "crates/wasm-mutate" } -wasm-shrink = { version = "0.217.0", path = "crates/wasm-shrink" } -wasm-smith = { version = "0.217.0", path = "crates/wasm-smith" } -wasmparser = { version = "0.217.0", path = "crates/wasmparser", default-features = false, features = ['std'] } -wasmprinter = { version = "0.217.0", path = "crates/wasmprinter" } -wast = { version = "217.0.0", path = "crates/wast" } -wat = { version = "1.217.0", path = "crates/wat" } -wit-component = { version = "0.217.0", path = "crates/wit-component" } -wit-encoder = { version = "0.217.0", path = "crates/wit-encoder" } -wit-parser = { version = "0.217.0", path = "crates/wit-parser" } -wit-smith = { version = "0.217.0", path = "crates/wit-smith" } +wasm-compose = { version = "0.218.0", path = "crates/wasm-compose" } +wasm-encoder = { version = "0.218.0", path = "crates/wasm-encoder" } +wasm-metadata = { version = "0.218.0", path = "crates/wasm-metadata" } +wasm-mutate = { version = "0.218.0", path = "crates/wasm-mutate" } +wasm-shrink = { version = "0.218.0", path = "crates/wasm-shrink" } +wasm-smith = { version = "0.218.0", path = "crates/wasm-smith" } +wasmparser = { version = "0.218.0", path = "crates/wasmparser", default-features = false, features = ['std'] } +wasmprinter = { version = "0.218.0", path = "crates/wasmprinter" } +wast = { version = "218.0.0", path = "crates/wast" } +wat = { version = "1.218.0", path = "crates/wat" } +wit-component = { version = "0.218.0", path = "crates/wit-component" } +wit-encoder = { version = "0.218.0", path = "crates/wit-encoder" } +wit-parser = { version = "0.218.0", path = "crates/wit-parser" } +wit-smith = { version = "0.218.0", path = "crates/wit-smith" } [dependencies] anyhow = { workspace = true } diff --git a/crates/wast/Cargo.toml b/crates/wast/Cargo.toml index c9b949c3a9..ea72785d5b 100644 --- a/crates/wast/Cargo.toml +++ b/crates/wast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wast" -version = "217.0.0" +version = "218.0.0" authors = ["Alex Crichton "] edition.workspace = true license.workspace = true diff --git a/crates/wat/Cargo.toml b/crates/wat/Cargo.toml index db8ea337fd..56285a71e2 100644 --- a/crates/wat/Cargo.toml +++ b/crates/wat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wat" -version = "1.217.0" +version = "1.218.0" authors = ["Alex Crichton "] edition.workspace = true license.workspace = true