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 }
2323smallvec = " 1.8.1"
2424
2525[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+
2634# Uncomment to use local checkout of cranelift
2735# cranelift-codegen = { path = "../wasmtime/cranelift/codegen" }
2836# cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }
You can’t perform that action at this time.
0 commit comments