Update wasmparser and wast dependencies (#1663)
Brings in updates to SIMD spec ops renumbering.
This commit is contained in:
@@ -16,7 +16,6 @@ cfg-if = "0.1"
|
||||
gimli = { version = "0.20.0", optional = true }
|
||||
lazy_static = "1.4"
|
||||
libc = { version = "0.2.60", default-features = false }
|
||||
object = { version = "0.18.0", optional = true }
|
||||
scroll = { version = "0.10.1", optional = true }
|
||||
serde = { version = "1.0.99", features = ["derive"] }
|
||||
target-lexicon = "0.10.0"
|
||||
@@ -24,6 +23,12 @@ wasmtime-environ = { path = "../environ", version = "0.16.0" }
|
||||
wasmtime-runtime = { path = "../runtime", version = "0.16.0" }
|
||||
ittapi-rs = { version = "0.1.5", optional = true }
|
||||
|
||||
[dependencies.object]
|
||||
version = "0.18.0"
|
||||
optional = true
|
||||
default-features = false
|
||||
features = ['read_core', 'elf', 'std']
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user