Update wasmparser and wast dependencies (#1663)
Brings in updates to SIMD spec ops renumbering.
This commit is contained in:
@@ -14,7 +14,7 @@ wasmtime-runtime = { path = "../runtime", version = "0.16.0" }
|
||||
wasmtime-environ = { path = "../environ", version = "0.16.0" }
|
||||
wasmtime-jit = { path = "../jit", version = "0.16.0" }
|
||||
wasmtime-profiling = { path = "../profiling", version = "0.16.0" }
|
||||
wasmparser = "0.51.2"
|
||||
wasmparser = "0.52.0"
|
||||
target-lexicon = { version = "0.10.0", default-features = false }
|
||||
anyhow = "1.0.19"
|
||||
region = "2.0.0"
|
||||
|
||||
@@ -13,7 +13,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
gimli = "0.20.0"
|
||||
wasmparser = "0.51.2"
|
||||
wasmparser = "0.52.0"
|
||||
faerie = "0.15.0"
|
||||
wasmtime-environ = { path = "../environ", version = "0.16.0" }
|
||||
target-lexicon = { version = "0.10.0", default-features = false }
|
||||
|
||||
@@ -16,7 +16,7 @@ anyhow = "1.0"
|
||||
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.63.0", features = ["enable-serde"] }
|
||||
cranelift-entity = { path = "../../cranelift/entity", version = "0.63.0", features = ["enable-serde"] }
|
||||
cranelift-wasm = { path = "../../cranelift/wasm", version = "0.63.0", features = ["enable-serde"] }
|
||||
wasmparser = "0.51.2"
|
||||
wasmparser = "0.52.0"
|
||||
lightbeam = { path = "../lightbeam", optional = true, version = "0.16.0" }
|
||||
indexmap = "1.0.2"
|
||||
rayon = "1.2.1"
|
||||
|
||||
@@ -13,7 +13,7 @@ binaryen = { version = "0.10.0", optional = true }
|
||||
env_logger = "0.7.1"
|
||||
log = "0.4.8"
|
||||
rayon = "1.2.1"
|
||||
wasmparser = "0.51.2"
|
||||
wasmparser = "0.52.0"
|
||||
wasmprinter = "0.2.1"
|
||||
wasmtime = { path = "../api" }
|
||||
wasmtime-wast = { path = "../wast" }
|
||||
|
||||
@@ -24,7 +24,7 @@ wasmtime-profiling = { path = "../profiling", version = "0.16.0" }
|
||||
region = "2.0.0"
|
||||
thiserror = "1.0.4"
|
||||
target-lexicon = { version = "0.10.0", default-features = false }
|
||||
wasmparser = "0.51.2"
|
||||
wasmparser = "0.52.0"
|
||||
more-asserts = "0.2.1"
|
||||
anyhow = "1.0"
|
||||
cfg-if = "0.1.9"
|
||||
|
||||
@@ -24,7 +24,7 @@ smallvec = "1.0.0"
|
||||
staticvec = "0.8"
|
||||
thiserror = "1.0.9"
|
||||
typemap = "0.3"
|
||||
wasmparser = "0.51.2"
|
||||
wasmparser = "0.52.0"
|
||||
|
||||
[dev-dependencies]
|
||||
lazy_static = "1.2"
|
||||
|
||||
@@ -5667,7 +5667,7 @@ impl<'this, M: ModuleContext> Context<'this, M> {
|
||||
slice = rest;
|
||||
}
|
||||
|
||||
mem::replace(&mut self.block_state.stack, stack);
|
||||
self.block_state.stack = stack;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
@@ -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" }
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
anyhow = "1.0.19"
|
||||
wasmtime = { path = "../api", version = "0.16.0", default-features = false }
|
||||
wast = "14.0.0"
|
||||
wast = "15.0.0"
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
Reference in New Issue
Block a user