Stream: git-wasmtime

Topic: wasmtime / issue #12105 Debugging: support registering pr...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 02 2025 at 01:34):

cfallin opened issue #12105:

Currently, when guest debugging is enabled (after #12051), we clone the code memory for each module for each store so that we can patch in breakpoints. We don't support registering profiling metadata in this case, since it would have to be registered with the separate PC range for each instantiation. We should ideally support this.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 04 2025 at 15:38):

alexcrichton added the wasmtime label to Issue #12105.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 04 2025 at 15:38):

alexcrichton added the wasmtime:debugging label to Issue #12105.


Last updated: Jan 09 2026 at 13:15 UTC