CryZe opened issue #7720:
Attaching to wasmtime with LLDB stopped working after switching to wasmtime 16. It still worked perfectly fine on wasmtime 15.0.1. These are all the changes (i.e. only version bumps):
https://github.com/LiveSplit/livesplit-core/commit/23e31b3b7edb2badaa01050e9e946404e2e98610
CryZe edited issue #7720:
Attaching to wasmtime with LLDB to step through Rust code representing the WebAssembly module stopped working after switching to wasmtime 16. It still worked perfectly fine on wasmtime 15.0.1. These are all the changes (i.e. only version bumps):
https://github.com/LiveSplit/livesplit-core/commit/23e31b3b7edb2badaa01050e9e946404e2e98610
CryZe edited issue #7720:
Attaching to wasmtime with LLDB to step through Rust code in the WebAssembly module stopped working after switching to wasmtime 16. It still worked perfectly fine on wasmtime 15.0.1. These are all the changes (i.e. only version bumps):
https://github.com/LiveSplit/livesplit-core/commit/23e31b3b7edb2badaa01050e9e946404e2e98610
CryZe edited issue #7720:
Attaching to wasmtime with LLDB to step through Rust code in the WebAssembly module stopped working after switching to wasmtime 16. It still worked perfectly fine on wasmtime 15.0.1. These are all the changes on my side (i.e. only version bumps):
https://github.com/LiveSplit/livesplit-core/commit/23e31b3b7edb2badaa01050e9e946404e2e98610I don't see anything in the changelog indicating that something changed regarding the DWARF support.
alexcrichton commented on issue #7720:
Do you perhaps depend on Wasmtime with
default-features = false
? If that's the case the support for this was moved behind adebug-builtins
feature which will need to be enabled.
CryZe commented on issue #7720:
Yeah that seems to fix it. However it seems like that this is not documented at all:
- The changelog doesn't mention it.
- The crate features section doesn't mention it: https://docs.rs/wasmtime/16.0.0/wasmtime/index.html#crate-features
- The
debug_info
function on theConfig
isn't feature gated by it, nor mentions it: https://docs.rs/wasmtime/16.0.0/wasmtime/struct.Config.html#method.debug_info
alexcrichton commented on issue #7720:
Good point! I've pushed https://github.com/bytecodealliance/wasmtime/pull/7736 to add some docs.
alexcrichton closed issue #7720:
Attaching to wasmtime with LLDB to step through Rust code in the WebAssembly module stopped working after switching to wasmtime 16. It still worked perfectly fine on wasmtime 15.0.1. These are all the changes on my side (i.e. only version bumps):
https://github.com/LiveSplit/livesplit-core/commit/23e31b3b7edb2badaa01050e9e946404e2e98610I don't see anything in the changelog indicating that something changed regarding the DWARF support.
Last updated: Nov 22 2024 at 16:03 UTC