Update Cranelift
This commit is contained in:
parent
e7a4323674
commit
17eaf432b7
20
Cargo.lock
generated
20
Cargo.lock
generated
@ -34,7 +34,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
[[package]]
|
||||
name = "cranelift-bforest"
|
||||
version = "0.75.0"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#db5566dadb68b2697d51fc291ae0372cc4990f32"
|
||||
dependencies = [
|
||||
"cranelift-entity",
|
||||
]
|
||||
@ -42,7 +42,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift-codegen"
|
||||
version = "0.75.0"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#db5566dadb68b2697d51fc291ae0372cc4990f32"
|
||||
dependencies = [
|
||||
"cranelift-bforest",
|
||||
"cranelift-codegen-meta",
|
||||
@ -58,7 +58,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift-codegen-meta"
|
||||
version = "0.75.0"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#db5566dadb68b2697d51fc291ae0372cc4990f32"
|
||||
dependencies = [
|
||||
"cranelift-codegen-shared",
|
||||
"cranelift-entity",
|
||||
@ -67,17 +67,17 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift-codegen-shared"
|
||||
version = "0.75.0"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#db5566dadb68b2697d51fc291ae0372cc4990f32"
|
||||
|
||||
[[package]]
|
||||
name = "cranelift-entity"
|
||||
version = "0.75.0"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#db5566dadb68b2697d51fc291ae0372cc4990f32"
|
||||
|
||||
[[package]]
|
||||
name = "cranelift-frontend"
|
||||
version = "0.75.0"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#db5566dadb68b2697d51fc291ae0372cc4990f32"
|
||||
dependencies = [
|
||||
"cranelift-codegen",
|
||||
"log",
|
||||
@ -88,7 +88,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift-jit"
|
||||
version = "0.75.0"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#db5566dadb68b2697d51fc291ae0372cc4990f32"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cranelift-codegen",
|
||||
@ -105,7 +105,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift-module"
|
||||
version = "0.75.0"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#db5566dadb68b2697d51fc291ae0372cc4990f32"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cranelift-codegen",
|
||||
@ -116,7 +116,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift-native"
|
||||
version = "0.75.0"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#db5566dadb68b2697d51fc291ae0372cc4990f32"
|
||||
dependencies = [
|
||||
"cranelift-codegen",
|
||||
"libc",
|
||||
@ -126,7 +126,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift-object"
|
||||
version = "0.75.0"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
|
||||
source = "git+https://github.com/bytecodealliance/wasmtime.git#db5566dadb68b2697d51fc291ae0372cc4990f32"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cranelift-codegen",
|
||||
|
Loading…
Reference in New Issue
Block a user