Upgrade to the latest versions of gimli, addr2line, object (#2901)
* Upgrade to the latest versions of gimli, addr2line, object And adapt to API changes. New gimli supports wasm dwarf, resulting in some simplifications in the debug crate. * upgrade gimli usage in linux-specific profiling too * Add "continue" statement after interpreting a wasm local dwarf opcode
This commit is contained in:
@@ -13,7 +13,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
wasmtime-environ = { path = "../environ", version = "0.26.0" }
|
||||
object = { version = "0.23.0", default-features = false, features = ["write"] }
|
||||
object = { version = "0.24.0", default-features = false, features = ["write"] }
|
||||
more-asserts = "0.2.1"
|
||||
target-lexicon = { version = "0.12.0", default-features = false }
|
||||
wasmtime-debug = { path = "../debug", version = "0.26.0" }
|
||||
|
||||
Reference in New Issue
Block a user