Update wasm-tools crates (#5631)
Nothing major pulled in here, but wanted to update to the latest versions which enable tail calls by default. When used in Wasmtime, however, the feature is disabled without the possibility of being enabled since it's not implemented.
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -161,14 +161,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.97.0"
|
||||
wat = "1.0.53"
|
||||
wast = "51.0.0"
|
||||
wasmprinter = "0.2.46"
|
||||
wasm-encoder = "0.21.0"
|
||||
wasm-smith = "0.11.11"
|
||||
wasm-mutate = "0.2.14"
|
||||
wit-parser = "0.4"
|
||||
wasmparser = "0.99.0"
|
||||
wat = "1.0.56"
|
||||
wast = "52.0.2"
|
||||
wasmprinter = "0.2.49"
|
||||
wasm-encoder = "0.22.0"
|
||||
wasm-smith = "0.12.0"
|
||||
wasm-mutate = "0.2.16"
|
||||
wit-parser = "0.4.1"
|
||||
windows-sys = "0.42.0"
|
||||
env_logger = "0.9"
|
||||
rustix = "0.36.7"
|
||||
|
||||
Reference in New Issue
Block a user