File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ features = ["write"] # We don't need read support
31
31
32
32
# Uncomment to use local checkout of cranelift
33
33
# [patch."https://github.com/bytecodealliance/wasmtime/"]
34
- # cranelift-codegen = { path = "../wasmtime/cranelift/cranelift- codegen" }
35
- # cranelift-frontend = { path = "../wasmtime/cranelift/cranelift- frontend" }
36
- # cranelift-module = { path = "../wasmtime/cranelift/cranelift- module" }
37
- # cranelift-simplejit = { path = "../wasmtime/cranelift/cranelift- simplejit" }
38
- # cranelift-object = { path = "../wasmtime/cranelift/cranelift- object" }
34
+ # cranelift-codegen = { path = "../wasmtime/cranelift/codegen" }
35
+ # cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }
36
+ # cranelift-module = { path = "../wasmtime/cranelift/module" }
37
+ # cranelift-simplejit = { path = "../wasmtime/cranelift/simplejit" }
38
+ # cranelift-object = { path = "../wasmtime/cranelift/object" }
39
39
40
40
# [patch.crates-io]
41
41
# gimli = { path = "../" }
You can’t perform that action at this time.
0 commit comments