mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-24 18:02:13 +00:00
Update to wabt 0.9.0.
This commit is contained in:
parent
0ed104b543
commit
f763de94ab
26
Cargo.lock
generated
26
Cargo.lock
generated
@ -1382,19 +1382,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "wabt"
|
||||
version = "0.8.0"
|
||||
source = "git+https://github.com/wasmerio/wabt-rs.git?rev=17188863021f0ed7721a1969da510efbc17615f2#17188863021f0ed7721a1969da510efbc17615f2"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wabt-sys 0.6.0 (git+https://github.com/wasmerio/wabt-rs.git?rev=17188863021f0ed7721a1969da510efbc17615f2)",
|
||||
"wabt-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wabt-sys"
|
||||
version = "0.6.0"
|
||||
source = "git+https://github.com/wasmerio/wabt-rs.git?rev=17188863021f0ed7721a1969da510efbc17615f2#17188863021f0ed7721a1969da510efbc17615f2"
|
||||
version = "0.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"cmake 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@ -1421,7 +1421,7 @@ dependencies = [
|
||||
"hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"structopt 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wabt 0.8.0 (git+https://github.com/wasmerio/wabt-rs.git?rev=17188863021f0ed7721a1969da510efbc17615f2)",
|
||||
"wabt 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wasmer-clif-backend 0.5.7",
|
||||
"wasmer-dev-utils 0.5.7",
|
||||
"wasmer-emscripten 0.5.7",
|
||||
@ -1486,7 +1486,7 @@ name = "wasmer-emscripten-tests"
|
||||
version = "0.5.7"
|
||||
dependencies = [
|
||||
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wabt 0.8.0 (git+https://github.com/wasmerio/wabt-rs.git?rev=17188863021f0ed7721a1969da510efbc17615f2)",
|
||||
"wabt 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wasmer-clif-backend 0.5.7",
|
||||
"wasmer-dev-utils 0.5.7",
|
||||
"wasmer-emscripten 0.5.7",
|
||||
@ -1519,7 +1519,7 @@ dependencies = [
|
||||
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wabt 0.8.0 (git+https://github.com/wasmerio/wabt-rs.git?rev=17188863021f0ed7721a1969da510efbc17615f2)",
|
||||
"wabt 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wasmer-runtime-core 0.5.7",
|
||||
"wasmparser 0.34.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
@ -1529,7 +1529,7 @@ name = "wasmer-middleware-common"
|
||||
version = "0.5.7"
|
||||
dependencies = [
|
||||
"criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wabt 0.8.0 (git+https://github.com/wasmerio/wabt-rs.git?rev=17188863021f0ed7721a1969da510efbc17615f2)",
|
||||
"wabt 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wasmer-clif-backend 0.5.7",
|
||||
"wasmer-llvm-backend 0.5.7",
|
||||
"wasmer-runtime-core 0.5.7",
|
||||
@ -1544,7 +1544,7 @@ dependencies = [
|
||||
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wabt 0.8.0 (git+https://github.com/wasmerio/wabt-rs.git?rev=17188863021f0ed7721a1969da510efbc17615f2)",
|
||||
"wabt 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wasmer-clif-backend 0.5.7",
|
||||
"wasmer-llvm-backend 0.5.7",
|
||||
"wasmer-runtime-core 0.5.7",
|
||||
@ -1611,7 +1611,7 @@ dependencies = [
|
||||
name = "wasmer-spectests"
|
||||
version = "0.5.7"
|
||||
dependencies = [
|
||||
"wabt 0.8.0 (git+https://github.com/wasmerio/wabt-rs.git?rev=17188863021f0ed7721a1969da510efbc17615f2)",
|
||||
"wabt 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wasmer-clif-backend 0.5.7",
|
||||
"wasmer-llvm-backend 0.5.7",
|
||||
"wasmer-runtime-core 0.5.7",
|
||||
@ -1892,8 +1892,8 @@ dependencies = [
|
||||
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
||||
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
||||
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
||||
"checksum wabt 0.8.0 (git+https://github.com/wasmerio/wabt-rs.git?rev=17188863021f0ed7721a1969da510efbc17615f2)" = "<none>"
|
||||
"checksum wabt-sys 0.6.0 (git+https://github.com/wasmerio/wabt-rs.git?rev=17188863021f0ed7721a1969da510efbc17615f2)" = "<none>"
|
||||
"checksum wabt 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d07edd40d190ddcbd0113c2150ccb214f47a02ff36958630ba0e5b8138ece1c1"
|
||||
"checksum wabt-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b064c81821100adb4b71923cecfc67fef083db21c3bbd454b0162c7ffe63eeaa"
|
||||
"checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
|
||||
"checksum wasmparser 0.34.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8030ec5a7c242a91941947fdb752e9a7c0929aced954ea23c54dad1cd2611850"
|
||||
"checksum which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b57acb10231b9493c8472b20cb57317d0679a49e0bdbee44b3b803a6473af164"
|
||||
|
@ -22,7 +22,7 @@ include = [
|
||||
byteorder = "1.3.1"
|
||||
errno = "0.2.4"
|
||||
structopt = "0.2.11"
|
||||
wabt = { git = "https://github.com/wasmerio/wabt-rs.git", rev = "17188863021f0ed7721a1969da510efbc17615f2" }
|
||||
wabt = "0.9.0"
|
||||
hashbrown = "0.1.8"
|
||||
wasmer-clif-backend = { path = "lib/clif-backend" }
|
||||
wasmer-singlepass-backend = { path = "lib/singlepass-backend", optional = true }
|
||||
@ -61,7 +61,7 @@ members = [
|
||||
]
|
||||
|
||||
[build-dependencies]
|
||||
wabt = { git = "https://github.com/wasmerio/wabt-rs.git", rev = "17188863021f0ed7721a1969da510efbc17615f2" }
|
||||
wabt = "0.9.0"
|
||||
glob = "0.2.11"
|
||||
rustc_version = "0.2.3"
|
||||
|
||||
|
@ -16,7 +16,7 @@ wasmer-llvm-backend = { path = "../llvm-backend", version = "0.5.7", optional =
|
||||
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.5.7", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
wabt = { git = "https://github.com/wasmerio/wabt-rs.git", rev = "17188863021f0ed7721a1969da510efbc17615f2" }
|
||||
wabt = "0.9.0"
|
||||
wasmer-dev-utils = { path = "../dev-utils", version = "0.5.7"}
|
||||
|
||||
[build-dependencies]
|
||||
|
@ -23,7 +23,7 @@ semver = "0.9"
|
||||
rustc_version = "0.2.3"
|
||||
|
||||
[dev-dependencies]
|
||||
wabt = { git = "https://github.com/wasmerio/wabt-rs.git", rev = "17188863021f0ed7721a1969da510efbc17615f2" }
|
||||
wabt = "0.9.0"
|
||||
|
||||
[features]
|
||||
debug = ["wasmer-runtime-core/debug"]
|
||||
|
@ -14,7 +14,7 @@ wasmer-llvm-backend = { path = "../llvm-backend", version = "0.5.7", optional =
|
||||
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.5.7", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
wabt = { git = "https://github.com/wasmerio/wabt-rs.git", rev = "17188863021f0ed7721a1969da510efbc17615f2" }
|
||||
wabt = "0.9.0"
|
||||
criterion = "0.2"
|
||||
|
||||
[features]
|
||||
|
@ -25,7 +25,7 @@ optional = true
|
||||
[dev-dependencies]
|
||||
tempfile = "3.0.7"
|
||||
criterion = "0.2"
|
||||
wabt = { git = "https://github.com/wasmerio/wabt-rs.git", rev = "17188863021f0ed7721a1969da510efbc17615f2" }
|
||||
wabt = "0.9.0"
|
||||
|
||||
[target.'cfg(not(windows))'.dependencies.wasmer-llvm-backend]
|
||||
path = "../llvm-backend"
|
||||
|
@ -15,10 +15,10 @@ wasmer-llvm-backend = { path = "../llvm-backend", version = "0.5.7", optional =
|
||||
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.5.7", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
wabt = { git = "https://github.com/wasmerio/wabt-rs.git", rev = "17188863021f0ed7721a1969da510efbc17615f2" }
|
||||
wabt = "0.9.0"
|
||||
|
||||
[dev-dependencies]
|
||||
wabt = { git = "https://github.com/wasmerio/wabt-rs.git", rev = "17188863021f0ed7721a1969da510efbc17615f2" }
|
||||
wabt = "0.9.0"
|
||||
|
||||
[features]
|
||||
default = ["fast-tests"]
|
||||
|
@ -749,7 +749,10 @@ fn {}() {{
|
||||
} => {
|
||||
// Do nothing for now
|
||||
}
|
||||
CommandKind::AssertExhaustion { action: _ } => {
|
||||
CommandKind::AssertExhaustion {
|
||||
action: _,
|
||||
message: _,
|
||||
} => {
|
||||
// Do nothing for now
|
||||
}
|
||||
CommandKind::AssertUnlinkable {
|
||||
|
Loading…
x
Reference in New Issue
Block a user