File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,14 @@ libloading = { version = "0.8.0", optional = true }
23
23
smallvec = " 1.8.1"
24
24
25
25
[patch .crates-io ]
26
+ # Uncomment to use an unreleased version of cranelift
27
+ # cranelift-codegen = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-28.0.0", version = "0.115.0" }
28
+ # cranelift-frontend = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-28.0.0", version = "0.115.0" }
29
+ # cranelift-module = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-28.0.0", version = "0.115.0" }
30
+ # cranelift-native = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-28.0.0", version = "0.115.0" }
31
+ # cranelift-jit = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-28.0.0", version = "0.115.0" }
32
+ # cranelift-object = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-28.0.0", version = "0.115.0" }
33
+
26
34
# Uncomment to use local checkout of cranelift
27
35
# cranelift-codegen = { path = "../wasmtime/cranelift/codegen" }
28
36
# cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }
You can’t perform that action at this time.
0 commit comments