Update wasm-tools dependencies (#4970)
* Update wasm-tools dependencies This update brings in a number of features such as: * The component model binary format and AST has been slightly adjusted in a few locations. Names are dropped from parameters/results now in the internal representation since they were not used anyway. At this time the ability to bind a multi-return function has not been exposed. * The `wasmparser` validator pass will now share allocations with prior functions, providing what's probably a very minor speedup for Wasmtime itself. * The text format for many component-related tests now requires named parameters. * Some new relaxed-simd instructions are updated to be ignored. I hope to have a follow-up to expose the multi-return ability to the embedding API of components. * Update audit information for new crates
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -145,13 +145,13 @@ cranelift = { path = "cranelift/umbrella", version = "0.89.0" }
|
||||
|
||||
target-lexicon = { version = "0.12.3", default-features = false }
|
||||
anyhow = "1.0.22"
|
||||
wasmparser = "0.89.0"
|
||||
wat = "1.0.48"
|
||||
wast = "46.0.0"
|
||||
wasmprinter = "0.2.39"
|
||||
wasm-encoder = "0.16.0"
|
||||
wasm-smith = "0.11.4"
|
||||
wasm-mutate = "0.2.7"
|
||||
wasmparser = "0.91.0"
|
||||
wat = "1.0.49"
|
||||
wast = "47.0.0"
|
||||
wasmprinter = "0.2.40"
|
||||
wasm-encoder = "0.17.0"
|
||||
wasm-smith = "0.11.5"
|
||||
wasm-mutate = "0.2.8"
|
||||
windows-sys = "0.36.0"
|
||||
env_logger = "0.9"
|
||||
rustix = "0.35.10"
|
||||
|
||||
Reference in New Issue
Block a user