This commit is contained in:
bors[bot] 2019-09-26 04:40:55 +00:00 committed by GitHub
commit 3f52b367d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 60 additions and 52 deletions

94
Cargo.lock generated
View File

@ -247,20 +247,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cranelift-bforest"
version = "0.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "0.44.0"
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new#910a5d28749fa66cb56bf0c7598b6709f7f6bbe2"
dependencies = [
"cranelift-entity 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-entity 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
]
[[package]]
name = "cranelift-codegen"
version = "0.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "0.44.0"
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new#910a5d28749fa66cb56bf0c7598b6709f7f6bbe2"
dependencies = [
"cranelift-bforest 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-codegen-meta 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-entity 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-bforest 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
"cranelift-codegen-meta 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
"cranelift-codegen-shared 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
"cranelift-entity 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -270,23 +271,29 @@ dependencies = [
[[package]]
name = "cranelift-codegen-meta"
version = "0.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "0.44.0"
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new#910a5d28749fa66cb56bf0c7598b6709f7f6bbe2"
dependencies = [
"cranelift-entity 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-codegen-shared 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
"cranelift-entity 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
]
[[package]]
name = "cranelift-codegen-shared"
version = "0.44.0"
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new#910a5d28749fa66cb56bf0c7598b6709f7f6bbe2"
[[package]]
name = "cranelift-entity"
version = "0.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "0.44.0"
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new#910a5d28749fa66cb56bf0c7598b6709f7f6bbe2"
[[package]]
name = "cranelift-native"
version = "0.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "0.44.0"
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new#910a5d28749fa66cb56bf0c7598b6709f7f6bbe2"
dependencies = [
"cranelift-codegen 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-codegen 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
"raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1485,9 +1492,9 @@ name = "wasmer-clif-backend"
version = "0.7.0"
dependencies = [
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-codegen 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-entity 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-native 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-codegen 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
"cranelift-entity 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
"cranelift-native 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1496,20 +1503,20 @@ dependencies = [
"serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
"target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-fork-frontend 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-fork-wasm 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-fork-frontend 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
"wasmer-clif-fork-wasm 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
"wasmer-runtime-core 0.7.0",
"wasmer-win-exception-handler 0.7.0",
"wasmparser 0.37.2 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmparser 0.39.1 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wasmer-clif-fork-frontend"
version = "0.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "0.44.0"
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new#910a5d28749fa66cb56bf0c7598b6709f7f6bbe2"
dependencies = [
"cranelift-codegen 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-codegen 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
"target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1517,16 +1524,16 @@ dependencies = [
[[package]]
name = "wasmer-clif-fork-wasm"
version = "0.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "0.44.0"
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new#910a5d28749fa66cb56bf0c7598b6709f7f6bbe2"
dependencies = [
"cranelift-codegen 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-entity 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-codegen 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
"cranelift-entity 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-fork-frontend 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmparser 0.37.2 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-fork-frontend 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)",
"wasmparser 0.39.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1588,7 +1595,7 @@ dependencies = [
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
"wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-runtime-core 0.7.0",
"wasmparser 0.37.2 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmparser 0.39.1 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1660,7 +1667,7 @@ dependencies = [
"serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmparser 0.37.2 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmparser 0.39.1 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1676,7 +1683,7 @@ dependencies = [
"nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-runtime-core 0.7.0",
"wasmparser 0.37.2 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmparser 0.39.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1736,7 +1743,7 @@ dependencies = [
[[package]]
name = "wasmparser"
version = "0.37.2"
version = "0.39.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@ -1823,11 +1830,12 @@ dependencies = [
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
"checksum cmake 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "81fb25b677f8bf1eb325017cb6bb8452f87969db0fedb4f757b297bee78a7c62"
"checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"
"checksum cranelift-bforest 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ed78b27612fb7dc10877dfae16a5c36fc4a9384729116d06c987c780fda11cc3"
"checksum cranelift-codegen 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)" = "df961b45555487ca468768ce4e00a7201a57dccc12fa04abaaf1759377341e9c"
"checksum cranelift-codegen-meta 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a65acf11ac45463e2469e1e85a6ea5f4629e1805c7881e4b5790b5bfead28c1"
"checksum cranelift-entity 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9809b6af0562dfba216ccee8a6dde11f4f2d3c13dabb20204d0a17114605b8"
"checksum cranelift-native 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a68c68c1eed53405d06d58551d7f27feadbf6e2d3a92bec24b4ef6b47b5b6fd"
"checksum cranelift-bforest 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)" = "<none>"
"checksum cranelift-codegen 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)" = "<none>"
"checksum cranelift-codegen-meta 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)" = "<none>"
"checksum cranelift-codegen-shared 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)" = "<none>"
"checksum cranelift-entity 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)" = "<none>"
"checksum cranelift-native 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)" = "<none>"
"checksum criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0363053954f3e679645fc443321ca128b7b950a6fe288cf5f9335cc22ee58394"
"checksum criterion-plot 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76f9212ddf2f4a9eb2d401635190600656a1f88a932ef53d06e7fa4c7e02fb8e"
"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
@ -1966,9 +1974,9 @@ dependencies = [
"checksum wabt-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "af5d153dc96aad7dc13ab90835b892c69867948112d95299e522d370c4e13a08"
"checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e"
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
"checksum wasmer-clif-fork-frontend 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)" = "360702a9773968dec6ec8e85446810376565b57fed51d41ebcc43862bd4a57f1"
"checksum wasmer-clif-fork-wasm 0.43.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ecf72cbea9ec1f56270cb849816e31c24abb2b9c9d3348aa1244d735910d849d"
"checksum wasmparser 0.37.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f7387ba67c13dd9cd01d7d961e733375aee889f828564e190da85b5602eb5eeb"
"checksum wasmer-clif-fork-frontend 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)" = "<none>"
"checksum wasmer-clif-fork-wasm 0.44.0 (git+https://github.com/wasmerio/cranelift?branch=wasmer-publish-new)" = "<none>"
"checksum wasmparser 0.39.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a026c1436af49d5537c7561c7474f81f7a754e36445fe52e6e88795a9747291c"
"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.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"

View File

@ -10,13 +10,13 @@ readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0" }
cranelift-native = "0.43.1"
cranelift-codegen = "0.43.1"
cranelift-entity = "0.43.1"
cranelift-frontend = { package = "wasmer-clif-fork-frontend", version = "0.43.1" }
cranelift-wasm = { package = "wasmer-clif-fork-wasm", version = "0.43.1" }
cranelift-native = { git = "https://github.com/wasmerio/cranelift", branch = "wasmer-publish-new", version = "0.44.0" }
cranelift-codegen = { git = "https://github.com/wasmerio/cranelift", branch = "wasmer-publish-new", version = "0.44.0" }
cranelift-entity = { git = "https://github.com/wasmerio/cranelift", branch = "wasmer-publish-new", version = "0.44.0" }
cranelift-frontend = { package = "wasmer-clif-fork-frontend", git = "https://github.com/wasmerio/cranelift", branch = "wasmer-publish-new", version = "0.44.0" }
cranelift-wasm = { package = "wasmer-clif-fork-wasm", git = "https://github.com/wasmerio/cranelift", branch = "wasmer-publish-new", version = "0.44.0" }
target-lexicon = "0.8.1"
wasmparser = "0.37.0"
wasmparser = "0.39.1"
byteorder = "1.3.2"
nix = "0.15.0"
libc = "0.2.60"

View File

@ -7,7 +7,7 @@ readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0" }
wasmparser = "0.37.0"
wasmparser = "0.39.1"
smallvec = "0.6"
goblin = "0.0.24"
libc = "0.2.60"

View File

@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
nix = "0.15"
page_size = "0.4"
wasmparser = "0.37.0"
wasmparser = "0.39.1"
parking_lot = "0.9"
lazy_static = "1.4"
errno = "0.2"

View File

@ -10,7 +10,7 @@ readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0" }
wasmparser = "0.37.0"
wasmparser = "0.39.1"
dynasm = "0.3.2"
dynasmrt = "0.3.1"
lazy_static = "1.4"