Update wasmparser/wat dependencies (#2675)
* Update wasmparser/wat dependencies Bring in new opcodes and new instructions for SIMD * Update module linking syntax
This commit is contained in:
@@ -16,7 +16,7 @@ wasmtime-jit = { path = "../jit", version = "0.23.0" }
|
||||
wasmtime-cache = { path = "../cache", version = "0.23.0", optional = true }
|
||||
wasmtime-profiling = { path = "../profiling", version = "0.23.0" }
|
||||
target-lexicon = { version = "0.11.0", default-features = false }
|
||||
wasmparser = "0.73"
|
||||
wasmparser = "0.75"
|
||||
anyhow = "1.0.19"
|
||||
region = "2.2.0"
|
||||
libc = "0.2"
|
||||
@@ -25,7 +25,7 @@ backtrace = "0.3.42"
|
||||
rustc-demangle = "0.1.16"
|
||||
cpp_demangle = "0.3.2"
|
||||
log = "0.4.8"
|
||||
wat = { version = "1.0.18", optional = true }
|
||||
wat = { version = "1.0.35", optional = true }
|
||||
smallvec = "1.6.1"
|
||||
serde = { version = "1.0.94", features = ["derive"] }
|
||||
bincode = "1.2.1"
|
||||
|
||||
Reference in New Issue
Block a user