Update cranelift to 0.44.0
This commit is contained in:
@@ -12,11 +12,11 @@ name = "_wasmtime"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
cranelift-codegen = "0.43.1"
|
||||
cranelift-native = "0.43.1"
|
||||
cranelift-entity = "0.43.1"
|
||||
cranelift-wasm = "0.43.1"
|
||||
cranelift-frontend = "0.43.1"
|
||||
cranelift-codegen = "0.44.0"
|
||||
cranelift-native = "0.44.0"
|
||||
cranelift-entity = "0.44.0"
|
||||
cranelift-wasm = "0.44.0"
|
||||
cranelift-frontend = "0.44.0"
|
||||
wasmtime-environ = { path = "../../wasmtime-environ" }
|
||||
wasmtime-interface-types = { path = "../../wasmtime-interface-types" }
|
||||
wasmtime-jit = { path = "../../wasmtime-jit" }
|
||||
|
||||
Reference in New Issue
Block a user