Update wasm-tools crates (#5945)
This notably updates `wasmparser` for updates to the relaxed-simd proposal and an implementation of the function-references proposal. Additionally there are some minor bug fixes being picked up for WIT and the component model.
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -165,14 +165,14 @@ winch-test-macros = { path = "winch/test-macros" }
|
||||
|
||||
target-lexicon = { version = "0.12.3", default-features = false, features = ["std"] }
|
||||
anyhow = "1.0.22"
|
||||
wasmparser = "0.100.0"
|
||||
wat = "1.0.57"
|
||||
wast = "53.0.0"
|
||||
wasmprinter = "0.2.50"
|
||||
wasm-encoder = "0.23.0"
|
||||
wasm-smith = "0.12.1"
|
||||
wasm-mutate = "0.2.17"
|
||||
wit-parser = "0.6.1"
|
||||
wasmparser = "0.102.0"
|
||||
wat = "1.0.61"
|
||||
wast = "55.0.0"
|
||||
wasmprinter = "0.2.53"
|
||||
wasm-encoder = "0.25.0"
|
||||
wasm-smith = "0.12.5"
|
||||
wasm-mutate = "0.2.21"
|
||||
wit-parser = "0.6.4"
|
||||
windows-sys = "0.45.0"
|
||||
env_logger = "0.9"
|
||||
rustix = "0.36.7"
|
||||
|
||||
Reference in New Issue
Block a user