Update Cranelift

This commit is contained in:
bjorn3 2020-03-31 14:13:38 +02:00
parent ab4328db43
commit c2e3560447

20
Cargo.lock generated
View file

@ -45,7 +45,7 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cranelift-bforest"
version = "0.61.0"
source = "git+https://github.com/bytecodealliance/wasmtime/#cd900d72db7b0ab3e16cf41e63d13828e4c48712"
source = "git+https://github.com/bytecodealliance/wasmtime/#ac7cd4c46abdc9d4f3ef3230386afd52177e5f7c"
dependencies = [
"cranelift-entity",
]
@ -53,7 +53,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen"
version = "0.61.0"
source = "git+https://github.com/bytecodealliance/wasmtime/#cd900d72db7b0ab3e16cf41e63d13828e4c48712"
source = "git+https://github.com/bytecodealliance/wasmtime/#ac7cd4c46abdc9d4f3ef3230386afd52177e5f7c"
dependencies = [
"byteorder",
"cranelift-bforest",
@ -70,7 +70,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen-meta"
version = "0.61.0"
source = "git+https://github.com/bytecodealliance/wasmtime/#cd900d72db7b0ab3e16cf41e63d13828e4c48712"
source = "git+https://github.com/bytecodealliance/wasmtime/#ac7cd4c46abdc9d4f3ef3230386afd52177e5f7c"
dependencies = [
"cranelift-codegen-shared",
"cranelift-entity",
@ -79,17 +79,17 @@ dependencies = [
[[package]]
name = "cranelift-codegen-shared"
version = "0.61.0"
source = "git+https://github.com/bytecodealliance/wasmtime/#cd900d72db7b0ab3e16cf41e63d13828e4c48712"
source = "git+https://github.com/bytecodealliance/wasmtime/#ac7cd4c46abdc9d4f3ef3230386afd52177e5f7c"
[[package]]
name = "cranelift-entity"
version = "0.61.0"
source = "git+https://github.com/bytecodealliance/wasmtime/#cd900d72db7b0ab3e16cf41e63d13828e4c48712"
source = "git+https://github.com/bytecodealliance/wasmtime/#ac7cd4c46abdc9d4f3ef3230386afd52177e5f7c"
[[package]]
name = "cranelift-frontend"
version = "0.61.0"
source = "git+https://github.com/bytecodealliance/wasmtime/#cd900d72db7b0ab3e16cf41e63d13828e4c48712"
source = "git+https://github.com/bytecodealliance/wasmtime/#ac7cd4c46abdc9d4f3ef3230386afd52177e5f7c"
dependencies = [
"cranelift-codegen",
"log",
@ -100,7 +100,7 @@ dependencies = [
[[package]]
name = "cranelift-module"
version = "0.61.0"
source = "git+https://github.com/bytecodealliance/wasmtime/#cd900d72db7b0ab3e16cf41e63d13828e4c48712"
source = "git+https://github.com/bytecodealliance/wasmtime/#ac7cd4c46abdc9d4f3ef3230386afd52177e5f7c"
dependencies = [
"anyhow",
"cranelift-codegen",
@ -112,7 +112,7 @@ dependencies = [
[[package]]
name = "cranelift-native"
version = "0.61.0"
source = "git+https://github.com/bytecodealliance/wasmtime/#cd900d72db7b0ab3e16cf41e63d13828e4c48712"
source = "git+https://github.com/bytecodealliance/wasmtime/#ac7cd4c46abdc9d4f3ef3230386afd52177e5f7c"
dependencies = [
"cranelift-codegen",
"raw-cpuid",
@ -122,7 +122,7 @@ dependencies = [
[[package]]
name = "cranelift-object"
version = "0.61.0"
source = "git+https://github.com/bytecodealliance/wasmtime/#cd900d72db7b0ab3e16cf41e63d13828e4c48712"
source = "git+https://github.com/bytecodealliance/wasmtime/#ac7cd4c46abdc9d4f3ef3230386afd52177e5f7c"
dependencies = [
"cranelift-codegen",
"cranelift-module",
@ -133,7 +133,7 @@ dependencies = [
[[package]]
name = "cranelift-simplejit"
version = "0.61.0"
source = "git+https://github.com/bytecodealliance/wasmtime/#cd900d72db7b0ab3e16cf41e63d13828e4c48712"
source = "git+https://github.com/bytecodealliance/wasmtime/#ac7cd4c46abdc9d4f3ef3230386afd52177e5f7c"
dependencies = [
"cranelift-codegen",
"cranelift-module",