Update Cranelift

This commit is contained in:
bjorn3 2020-07-09 13:17:38 +02:00
parent bbe8bedd2a
commit 8e519643d2

20
Cargo.lock generated
View File

@ -45,7 +45,7 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cranelift-bforest"
version = "0.65.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5ed74abeee4c5c30bdd00207bf1111f09becf2ff"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c35a9631cdffc00a32b416f9cb0b80f182b716e"
dependencies = [
"cranelift-entity",
]
@ -53,7 +53,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen"
version = "0.65.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5ed74abeee4c5c30bdd00207bf1111f09becf2ff"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c35a9631cdffc00a32b416f9cb0b80f182b716e"
dependencies = [
"byteorder",
"cranelift-bforest",
@ -71,7 +71,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen-meta"
version = "0.65.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5ed74abeee4c5c30bdd00207bf1111f09becf2ff"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c35a9631cdffc00a32b416f9cb0b80f182b716e"
dependencies = [
"cranelift-codegen-shared",
"cranelift-entity",
@ -80,17 +80,17 @@ dependencies = [
[[package]]
name = "cranelift-codegen-shared"
version = "0.65.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5ed74abeee4c5c30bdd00207bf1111f09becf2ff"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c35a9631cdffc00a32b416f9cb0b80f182b716e"
[[package]]
name = "cranelift-entity"
version = "0.65.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5ed74abeee4c5c30bdd00207bf1111f09becf2ff"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c35a9631cdffc00a32b416f9cb0b80f182b716e"
[[package]]
name = "cranelift-frontend"
version = "0.65.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5ed74abeee4c5c30bdd00207bf1111f09becf2ff"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c35a9631cdffc00a32b416f9cb0b80f182b716e"
dependencies = [
"cranelift-codegen",
"log",
@ -101,7 +101,7 @@ dependencies = [
[[package]]
name = "cranelift-module"
version = "0.65.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5ed74abeee4c5c30bdd00207bf1111f09becf2ff"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c35a9631cdffc00a32b416f9cb0b80f182b716e"
dependencies = [
"anyhow",
"cranelift-codegen",
@ -113,7 +113,7 @@ dependencies = [
[[package]]
name = "cranelift-native"
version = "0.65.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5ed74abeee4c5c30bdd00207bf1111f09becf2ff"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c35a9631cdffc00a32b416f9cb0b80f182b716e"
dependencies = [
"cranelift-codegen",
"raw-cpuid",
@ -123,7 +123,7 @@ dependencies = [
[[package]]
name = "cranelift-object"
version = "0.65.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5ed74abeee4c5c30bdd00207bf1111f09becf2ff"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c35a9631cdffc00a32b416f9cb0b80f182b716e"
dependencies = [
"anyhow",
"cranelift-codegen",
@ -135,7 +135,7 @@ dependencies = [
[[package]]
name = "cranelift-simplejit"
version = "0.65.0"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5ed74abeee4c5c30bdd00207bf1111f09becf2ff"
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#5c35a9631cdffc00a32b416f9cb0b80f182b716e"
dependencies = [
"cranelift-codegen",
"cranelift-module",