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.
alexcrichton added the wasmtime label to Issue #12105.
alexcrichton added the wasmtime:debugging label to Issue #12105.
Last updated: Jan 09 2026 at 13:15 UTC