We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaf9a7 commit de3e190Copy full SHA for de3e190
Cargo.toml
@@ -31,6 +31,8 @@ cranelift-native = { git = "https://github.com/bytecodealliance/wasmtime.git", b
31
cranelift-jit = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-36.0.0" }
32
cranelift-object = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-36.0.0" }
33
34
+object = { git = "https://github.com/philipc/object.git", branch = "issue-802" }
35
+
36
# Uncomment to use local checkout of cranelift
37
#cranelift-codegen = { path = "../wasmtime/cranelift/codegen" }
38
#cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }
0 commit comments