e.g. we have:
|
wiggle-generate = { git = "https://github.com/bytecodealliance/wasmtime", branch = "pch/wiggle_relative_paths" } |
|
witx = "0.8.3" |
|
syn = { version = "1.0", features = ["full"] } |
|
|
|
[dev-dependencies] |
|
wiggle-runtime = { git = "https://github.com/bytecodealliance/wasmtime", branch = "pch/wiggle_relative_paths" } |
|
wiggle-test = { git = "https://github.com/bytecodealliance/wasmtime", branch = "pch/wiggle_relative_paths" } |
|
lucet-runtime = { path = "../lucet-runtime", version = "0.6.2-dev" } |
But bytecodealliance/wasmtime#1294 indicates that branch got deleted.
/cc @pchickey