|
|
|
@ -1394,7 +1394,7 @@ dependencies = [
|
|
|
|
|
"target-lexicon 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasmer-runtime-core 0.4.2",
|
|
|
|
|
"wasmer-win-exception-handler 0.4.2",
|
|
|
|
|
"wasmparser 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasmparser 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -1449,7 +1449,7 @@ dependencies = [
|
|
|
|
|
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wabt 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasmer-runtime-core 0.4.2",
|
|
|
|
|
"wasmparser 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasmparser 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -1506,7 +1506,7 @@ dependencies = [
|
|
|
|
|
"serde_bytes 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasmparser 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasmparser 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -1523,7 +1523,7 @@ dependencies = [
|
|
|
|
|
"nix 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasmer-runtime-core 0.4.2",
|
|
|
|
|
"wasmparser 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasmparser 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -1572,6 +1572,11 @@ name = "wasmparser"
|
|
|
|
|
version = "0.29.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasmparser"
|
|
|
|
|
version = "0.30.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "which"
|
|
|
|
|
version = "2.0.1"
|
|
|
|
@ -1788,6 +1793,7 @@ dependencies = [
|
|
|
|
|
"checksum wabt-sys 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a6265b25719e82598d104b3717375e37661d41753e2c84cde3f51050c7ed7e3c"
|
|
|
|
|
"checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
|
|
|
|
|
"checksum wasmparser 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)" = "981a8797cf89762e0233ec45fae731cb79a4dfaee12d9f0fe6cee01e4ac58d00"
|
|
|
|
|
"checksum wasmparser 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)" = "566a9eefa2267a1a32af59807326e84191cdff41c3fc2efda0a790d821615b31"
|
|
|
|
|
"checksum which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b57acb10231b9493c8472b20cb57317d0679a49e0bdbee44b3b803a6473af164"
|
|
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
|
|
|
|
|