|
@ -853,7 +853,7 @@ dependencies = [ |
|
|
"serde_derive", |
|
|
"serde_derive", |
|
|
"smallvec", |
|
|
"smallvec", |
|
|
"target-lexicon", |
|
|
"target-lexicon", |
|
|
"wasmparser", |
|
|
"wasmparser 0.209.1", |
|
|
"wasmtime-types", |
|
|
"wasmtime-types", |
|
|
"wat", |
|
|
"wat", |
|
|
] |
|
|
] |
|
@ -2763,7 +2763,7 @@ dependencies = [ |
|
|
"cargo_metadata", |
|
|
"cargo_metadata", |
|
|
"heck 0.4.0", |
|
|
"heck 0.4.0", |
|
|
"wasmtime", |
|
|
"wasmtime", |
|
|
"wit-component", |
|
|
"wit-component 0.209.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -3093,7 +3093,7 @@ name = "verify-component-adapter" |
|
|
version = "22.0.0" |
|
|
version = "22.0.0" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"anyhow", |
|
|
"wasmparser", |
|
|
"wasmparser 0.209.1", |
|
|
"wat", |
|
|
"wat", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -3186,7 +3186,7 @@ dependencies = [ |
|
|
"byte-array-literals", |
|
|
"byte-array-literals", |
|
|
"object 0.33.0", |
|
|
"object 0.33.0", |
|
|
"wasi", |
|
|
"wasi", |
|
|
"wasm-encoder", |
|
|
"wasm-encoder 0.209.1", |
|
|
"wit-bindgen-rust-macro", |
|
|
"wit-bindgen-rust-macro", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -3253,6 +3253,15 @@ dependencies = [ |
|
|
"leb128", |
|
|
"leb128", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "wasm-encoder" |
|
|
|
|
|
version = "0.209.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "7b4a05336882dae732ce6bd48b7e11fe597293cb72c13da4f35d7d5f8d53b2a7" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"leb128", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-metadata" |
|
|
name = "wasm-metadata" |
|
|
version = "0.208.1" |
|
|
version = "0.208.1" |
|
@ -3265,36 +3274,52 @@ dependencies = [ |
|
|
"serde_derive", |
|
|
"serde_derive", |
|
|
"serde_json", |
|
|
"serde_json", |
|
|
"spdx", |
|
|
"spdx", |
|
|
"wasm-encoder", |
|
|
"wasm-encoder 0.208.1", |
|
|
"wasmparser", |
|
|
"wasmparser 0.208.1", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "wasm-metadata" |
|
|
|
|
|
version = "0.209.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "4d32029ce424f6d3c2b39b4419fb45a0e2d84fb0751e0c0a32b7ce8bd5d97f46" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"anyhow", |
|
|
|
|
|
"indexmap 2.2.6", |
|
|
|
|
|
"serde", |
|
|
|
|
|
"serde_derive", |
|
|
|
|
|
"serde_json", |
|
|
|
|
|
"spdx", |
|
|
|
|
|
"wasm-encoder 0.209.1", |
|
|
|
|
|
"wasmparser 0.209.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-mutate" |
|
|
name = "wasm-mutate" |
|
|
version = "0.208.1" |
|
|
version = "0.209.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d279475f0f5e68af5ad6eebf0377f777cadcd0c15208f64121522e44dbe45ec9" |
|
|
checksum = "f58dddabebff47e1a4f22fbe7fbb769ab699cd9efe7552f50ce5d0881f006884" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"egg", |
|
|
"egg", |
|
|
"log", |
|
|
"log", |
|
|
"rand", |
|
|
"rand", |
|
|
"thiserror", |
|
|
"thiserror", |
|
|
"wasm-encoder", |
|
|
"wasm-encoder 0.209.1", |
|
|
"wasmparser", |
|
|
"wasmparser 0.209.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-smith" |
|
|
name = "wasm-smith" |
|
|
version = "0.208.1" |
|
|
version = "0.209.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8c94a8e7d3a1c3b34ad60d41421c857105aac67e00ae9854247a4a668694f6e9" |
|
|
checksum = "38482bb6ce309f7b5b8a168209d0e5c1df8643f1026fc21aaa196058f16d42e8" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"anyhow", |
|
|
"arbitrary", |
|
|
"arbitrary", |
|
|
"flagset", |
|
|
"flagset", |
|
|
"indexmap 2.2.6", |
|
|
"indexmap 2.2.6", |
|
|
"leb128", |
|
|
"leb128", |
|
|
"wasm-encoder", |
|
|
"wasm-encoder 0.209.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -3342,6 +3367,19 @@ name = "wasmparser" |
|
|
version = "0.208.1" |
|
|
version = "0.208.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dd921789c9dcc495f589cb37d200155dee65b4a4beeb853323b5e24e0a5f9c58" |
|
|
checksum = "dd921789c9dcc495f589cb37d200155dee65b4a4beeb853323b5e24e0a5f9c58" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"ahash", |
|
|
|
|
|
"bitflags 2.4.1", |
|
|
|
|
|
"hashbrown 0.14.3", |
|
|
|
|
|
"indexmap 2.2.6", |
|
|
|
|
|
"semver", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "wasmparser" |
|
|
|
|
|
version = "0.209.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "07035cc9a9b41e62d3bb3a3815a66ab87c993c06fe1cf6b2a3f2a18499d937db" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"ahash", |
|
|
"ahash", |
|
|
"bitflags 2.4.1", |
|
|
"bitflags 2.4.1", |
|
@ -3362,12 +3400,12 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasmprinter" |
|
|
name = "wasmprinter" |
|
|
version = "0.208.1" |
|
|
version = "0.209.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0700bdace4821e6c694617938500ae9999946df464bb13219c16570f8b6f202f" |
|
|
checksum = "ceca8ae6eaa8c7c87b33c25c53bdf299f8c2a764aee1179402ff7652ef3a6859" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"anyhow", |
|
|
"wasmparser", |
|
|
"wasmparser 0.209.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -3410,8 +3448,8 @@ dependencies = [ |
|
|
"target-lexicon", |
|
|
"target-lexicon", |
|
|
"tempfile", |
|
|
"tempfile", |
|
|
"wasi-common", |
|
|
"wasi-common", |
|
|
"wasm-encoder", |
|
|
"wasm-encoder 0.209.1", |
|
|
"wasmparser", |
|
|
"wasmparser 0.209.1", |
|
|
"wasmtime-asm-macros", |
|
|
"wasmtime-asm-macros", |
|
|
"wasmtime-cache", |
|
|
"wasmtime-cache", |
|
|
"wasmtime-component-macro", |
|
|
"wasmtime-component-macro", |
|
@ -3553,7 +3591,7 @@ dependencies = [ |
|
|
"tracing", |
|
|
"tracing", |
|
|
"walkdir", |
|
|
"walkdir", |
|
|
"wasi-common", |
|
|
"wasi-common", |
|
|
"wasmparser", |
|
|
"wasmparser 0.209.1", |
|
|
"wasmtime", |
|
|
"wasmtime", |
|
|
"wasmtime-cache", |
|
|
"wasmtime-cache", |
|
|
"wasmtime-cli-flags", |
|
|
"wasmtime-cli-flags", |
|
@ -3567,10 +3605,10 @@ dependencies = [ |
|
|
"wasmtime-wasi-nn", |
|
|
"wasmtime-wasi-nn", |
|
|
"wasmtime-wasi-threads", |
|
|
"wasmtime-wasi-threads", |
|
|
"wasmtime-wast", |
|
|
"wasmtime-wast", |
|
|
"wast 208.0.1", |
|
|
"wast 209.0.1", |
|
|
"wat", |
|
|
"wat", |
|
|
"windows-sys 0.52.0", |
|
|
"windows-sys 0.52.0", |
|
|
"wit-component", |
|
|
"wit-component 0.209.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -3603,7 +3641,7 @@ dependencies = [ |
|
|
"wasmtime", |
|
|
"wasmtime", |
|
|
"wasmtime-component-util", |
|
|
"wasmtime-component-util", |
|
|
"wasmtime-wit-bindgen", |
|
|
"wasmtime-wit-bindgen", |
|
|
"wit-parser", |
|
|
"wit-parser 0.209.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -3627,7 +3665,7 @@ dependencies = [ |
|
|
"object 0.33.0", |
|
|
"object 0.33.0", |
|
|
"target-lexicon", |
|
|
"target-lexicon", |
|
|
"thiserror", |
|
|
"thiserror", |
|
|
"wasmparser", |
|
|
"wasmparser 0.209.1", |
|
|
"wasmtime-environ", |
|
|
"wasmtime-environ", |
|
|
"wasmtime-versioned-export-macros", |
|
|
"wasmtime-versioned-export-macros", |
|
|
] |
|
|
] |
|
@ -3650,8 +3688,8 @@ dependencies = [ |
|
|
"serde", |
|
|
"serde", |
|
|
"serde_derive", |
|
|
"serde_derive", |
|
|
"target-lexicon", |
|
|
"target-lexicon", |
|
|
"wasm-encoder", |
|
|
"wasm-encoder 0.209.1", |
|
|
"wasmparser", |
|
|
"wasmparser 0.209.1", |
|
|
"wasmprinter", |
|
|
"wasmprinter", |
|
|
"wasmtime-component-util", |
|
|
"wasmtime-component-util", |
|
|
"wasmtime-types", |
|
|
"wasmtime-types", |
|
@ -3666,7 +3704,7 @@ dependencies = [ |
|
|
"component-fuzz-util", |
|
|
"component-fuzz-util", |
|
|
"env_logger", |
|
|
"env_logger", |
|
|
"libfuzzer-sys", |
|
|
"libfuzzer-sys", |
|
|
"wasmparser", |
|
|
"wasmparser 0.209.1", |
|
|
"wasmprinter", |
|
|
"wasmprinter", |
|
|
"wasmtime-environ", |
|
|
"wasmtime-environ", |
|
|
"wat", |
|
|
"wat", |
|
@ -3724,7 +3762,7 @@ dependencies = [ |
|
|
"rand", |
|
|
"rand", |
|
|
"smallvec", |
|
|
"smallvec", |
|
|
"target-lexicon", |
|
|
"target-lexicon", |
|
|
"wasmparser", |
|
|
"wasmparser 0.209.1", |
|
|
"wasmtime", |
|
|
"wasmtime", |
|
|
"wasmtime-fuzzing", |
|
|
"wasmtime-fuzzing", |
|
|
] |
|
|
] |
|
@ -3745,12 +3783,12 @@ dependencies = [ |
|
|
"target-lexicon", |
|
|
"target-lexicon", |
|
|
"tempfile", |
|
|
"tempfile", |
|
|
"v8", |
|
|
"v8", |
|
|
"wasm-encoder", |
|
|
"wasm-encoder 0.209.1", |
|
|
"wasm-mutate", |
|
|
"wasm-mutate", |
|
|
"wasm-smith", |
|
|
"wasm-smith", |
|
|
"wasm-spec-interpreter", |
|
|
"wasm-spec-interpreter", |
|
|
"wasmi", |
|
|
"wasmi", |
|
|
"wasmparser", |
|
|
"wasmparser 0.209.1", |
|
|
"wasmprinter", |
|
|
"wasmprinter", |
|
|
"wasmtime", |
|
|
"wasmtime", |
|
|
"wasmtime-wast", |
|
|
"wasmtime-wast", |
|
@ -3799,7 +3837,7 @@ dependencies = [ |
|
|
"serde", |
|
|
"serde", |
|
|
"serde_derive", |
|
|
"serde_derive", |
|
|
"smallvec", |
|
|
"smallvec", |
|
|
"wasmparser", |
|
|
"wasmparser 0.209.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -3906,7 +3944,7 @@ dependencies = [ |
|
|
"anyhow", |
|
|
"anyhow", |
|
|
"log", |
|
|
"log", |
|
|
"wasmtime", |
|
|
"wasmtime", |
|
|
"wast 208.0.1", |
|
|
"wast 209.0.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -3918,7 +3956,7 @@ dependencies = [ |
|
|
"gimli", |
|
|
"gimli", |
|
|
"object 0.33.0", |
|
|
"object 0.33.0", |
|
|
"target-lexicon", |
|
|
"target-lexicon", |
|
|
"wasmparser", |
|
|
"wasmparser 0.209.1", |
|
|
"wasmtime-cranelift", |
|
|
"wasmtime-cranelift", |
|
|
"wasmtime-environ", |
|
|
"wasmtime-environ", |
|
|
"winch-codegen", |
|
|
"winch-codegen", |
|
@ -3931,7 +3969,7 @@ dependencies = [ |
|
|
"anyhow", |
|
|
"anyhow", |
|
|
"heck 0.4.0", |
|
|
"heck 0.4.0", |
|
|
"indexmap 2.2.6", |
|
|
"indexmap 2.2.6", |
|
|
"wit-parser", |
|
|
"wit-parser 0.209.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -3949,24 +3987,24 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wast" |
|
|
name = "wast" |
|
|
version = "208.0.1" |
|
|
version = "209.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bc00b3f023b4e2ccd2e054e240294263db52ae962892e6523e550783c83a67f1" |
|
|
checksum = "8fffef2ff6147e4d12e972765fd75332c6a11c722571d4ab7a780d81ffc8f0a4" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"bumpalo", |
|
|
"bumpalo", |
|
|
"leb128", |
|
|
"leb128", |
|
|
"memchr", |
|
|
"memchr", |
|
|
"unicode-width", |
|
|
"unicode-width", |
|
|
"wasm-encoder", |
|
|
"wasm-encoder 0.209.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wat" |
|
|
name = "wat" |
|
|
version = "1.208.1" |
|
|
version = "1.209.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "58ed38e59176550214c025ea2bd0eeefd8e86b92d0af6698d5ba95020ec2e07b" |
|
|
checksum = "42203ec0271d113f8eb1f77ebc624886530cecb35915a7f63a497131f16e4d24" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"wast 208.0.1", |
|
|
"wast 209.0.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -4086,7 +4124,7 @@ dependencies = [ |
|
|
"regalloc2", |
|
|
"regalloc2", |
|
|
"smallvec", |
|
|
"smallvec", |
|
|
"target-lexicon", |
|
|
"target-lexicon", |
|
|
"wasmparser", |
|
|
"wasmparser 0.209.1", |
|
|
"wasmtime-cranelift", |
|
|
"wasmtime-cranelift", |
|
|
"wasmtime-environ", |
|
|
"wasmtime-environ", |
|
|
] |
|
|
] |
|
@ -4279,7 +4317,7 @@ checksum = "7076a12e69af6e1f6093bd16657d7ae61c30cfd3c5f62321046eb863b17ab1e2" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"anyhow", |
|
|
"heck 0.5.0", |
|
|
"heck 0.5.0", |
|
|
"wit-parser", |
|
|
"wit-parser 0.208.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -4300,9 +4338,9 @@ dependencies = [ |
|
|
"anyhow", |
|
|
"anyhow", |
|
|
"heck 0.5.0", |
|
|
"heck 0.5.0", |
|
|
"indexmap 2.2.6", |
|
|
"indexmap 2.2.6", |
|
|
"wasm-metadata", |
|
|
"wasm-metadata 0.208.1", |
|
|
"wit-bindgen-core", |
|
|
"wit-bindgen-core", |
|
|
"wit-component", |
|
|
"wit-component 0.208.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -4332,10 +4370,29 @@ dependencies = [ |
|
|
"serde", |
|
|
"serde", |
|
|
"serde_derive", |
|
|
"serde_derive", |
|
|
"serde_json", |
|
|
"serde_json", |
|
|
"wasm-encoder", |
|
|
"wasm-encoder 0.208.1", |
|
|
"wasm-metadata", |
|
|
"wasm-metadata 0.208.1", |
|
|
"wasmparser", |
|
|
"wasmparser 0.208.1", |
|
|
"wit-parser", |
|
|
"wit-parser 0.208.1", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "wit-component" |
|
|
|
|
|
version = "0.209.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "25a2bb5b039f9cb03425e1d5a6e54b441ca4ca1b1d4fa6a0924db67a55168f99" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"anyhow", |
|
|
|
|
|
"bitflags 2.4.1", |
|
|
|
|
|
"indexmap 2.2.6", |
|
|
|
|
|
"log", |
|
|
|
|
|
"serde", |
|
|
|
|
|
"serde_derive", |
|
|
|
|
|
"serde_json", |
|
|
|
|
|
"wasm-encoder 0.209.1", |
|
|
|
|
|
"wasm-metadata 0.209.1", |
|
|
|
|
|
"wasmparser 0.209.1", |
|
|
|
|
|
"wit-parser 0.209.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -4353,7 +4410,25 @@ dependencies = [ |
|
|
"serde_derive", |
|
|
"serde_derive", |
|
|
"serde_json", |
|
|
"serde_json", |
|
|
"unicode-xid", |
|
|
"unicode-xid", |
|
|
"wasmparser", |
|
|
"wasmparser 0.208.1", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "wit-parser" |
|
|
|
|
|
version = "0.209.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "3e79b9e3c0b6bb589dec46317e645851e0db2734c44e2be5e251b03ff4a51269" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"anyhow", |
|
|
|
|
|
"id-arena", |
|
|
|
|
|
"indexmap 2.2.6", |
|
|
|
|
|
"log", |
|
|
|
|
|
"semver", |
|
|
|
|
|
"serde", |
|
|
|
|
|
"serde_derive", |
|
|
|
|
|
"serde_json", |
|
|
|
|
|
"unicode-xid", |
|
|
|
|
|
"wasmparser 0.209.1", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|