Update Cranelift

This commit is contained in:
bjorn3 2020-07-30 16:37:31 +02:00
parent b97a873c9b
commit 9f635de5c7

20
Cargo.lock generated
View File

@ -44,7 +44,7 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]] [[package]]
name = "cranelift-bforest" name = "cranelift-bforest"
version = "0.66.0" version = "0.66.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c5a30f76c35e15697fc150fb00c4b86be621d66" source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#79abcdb035769d1e34d6a4d5f81cbd5abd969695"
dependencies = [ dependencies = [
"cranelift-entity", "cranelift-entity",
] ]
@ -52,7 +52,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen" name = "cranelift-codegen"
version = "0.66.0" version = "0.66.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c5a30f76c35e15697fc150fb00c4b86be621d66" source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#79abcdb035769d1e34d6a4d5f81cbd5abd969695"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"cranelift-bforest", "cranelift-bforest",
@ -70,7 +70,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen-meta" name = "cranelift-codegen-meta"
version = "0.66.0" version = "0.66.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c5a30f76c35e15697fc150fb00c4b86be621d66" source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#79abcdb035769d1e34d6a4d5f81cbd5abd969695"
dependencies = [ dependencies = [
"cranelift-codegen-shared", "cranelift-codegen-shared",
"cranelift-entity", "cranelift-entity",
@ -79,17 +79,17 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen-shared" name = "cranelift-codegen-shared"
version = "0.66.0" version = "0.66.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c5a30f76c35e15697fc150fb00c4b86be621d66" source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#79abcdb035769d1e34d6a4d5f81cbd5abd969695"
[[package]] [[package]]
name = "cranelift-entity" name = "cranelift-entity"
version = "0.66.0" version = "0.66.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c5a30f76c35e15697fc150fb00c4b86be621d66" source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#79abcdb035769d1e34d6a4d5f81cbd5abd969695"
[[package]] [[package]]
name = "cranelift-frontend" name = "cranelift-frontend"
version = "0.66.0" version = "0.66.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c5a30f76c35e15697fc150fb00c4b86be621d66" source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#79abcdb035769d1e34d6a4d5f81cbd5abd969695"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"log", "log",
@ -100,7 +100,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-module" name = "cranelift-module"
version = "0.66.0" version = "0.66.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c5a30f76c35e15697fc150fb00c4b86be621d66" source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#79abcdb035769d1e34d6a4d5f81cbd5abd969695"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cranelift-codegen", "cranelift-codegen",
@ -112,7 +112,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-native" name = "cranelift-native"
version = "0.66.0" version = "0.66.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c5a30f76c35e15697fc150fb00c4b86be621d66" source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#79abcdb035769d1e34d6a4d5f81cbd5abd969695"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"raw-cpuid", "raw-cpuid",
@ -122,7 +122,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-object" name = "cranelift-object"
version = "0.66.0" version = "0.66.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c5a30f76c35e15697fc150fb00c4b86be621d66" source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#79abcdb035769d1e34d6a4d5f81cbd5abd969695"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cranelift-codegen", "cranelift-codegen",
@ -134,7 +134,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-simplejit" name = "cranelift-simplejit"
version = "0.66.0" version = "0.66.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c5a30f76c35e15697fc150fb00c4b86be621d66" source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#79abcdb035769d1e34d6a4d5f81cbd5abd969695"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"cranelift-module", "cranelift-module",