bytecodealliance / bytecodealliance/wasmtime
Debugging: support registering profiling info when guest debugging is enabled.
Open
wasmtime
wasmtime:debugging
- Dominant language
- Rust
- Stars
- 18.6k
- Forks
- 1.8k
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 121
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.