[Lldb-commits] [lldb] [lldb] Add WebAssembly Process Plugin (PR #150143)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 24 01:57:17 PDT 2025
DavidSpickett wrote:
> I've been told that the runtime can have a different stack (separate from the native stack) for the Wasm code and also that the format of call frames may not match native stack frame ABI.
Sure, so this is like qemu-user? You want to debug the wasm process being hosted within the runtime not the runtime itself.
Because the internet is 99% "use a web browser" for debug, then https://docs.wasmtime.dev/examples-debugging-native-debugger.html seems to be about debugging the runtime with a small amount of the wasm side, can't tell much from that page.
https://github.com/llvm/llvm-project/pull/150143
More information about the lldb-commits
mailing list