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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits