Skip to content

Commit c608c81

Browse files
committed
[WIP] Test object bugfix
1 parent 5aaf9a7 commit c608c81

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ cranelift-native = { git = "https://github.com/bytecodealliance/wasmtime.git", b
3131
cranelift-jit = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-36.0.0" }
3232
cranelift-object = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-36.0.0" }
3333

34+
object = { git = "https://github.com/philipc/object.git", branch = "issue-802" }
35+
3436
# Uncomment to use local checkout of cranelift
3537
#cranelift-codegen = { path = "../wasmtime/cranelift/codegen" }
3638
#cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }

0 commit comments

Comments
 (0)