Stream: git-wasmtime

Topic: wasmtime / issue #12188 Debugging: implement memory watch...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 19 2025 at 18:09):

cfallin opened issue #12188:

This is a tracking issue. In #11964, memory watchpoints are the last remaining "basic debugging primitive". I'd like to push this out of the MVP feature-set as I would like to get to a working end-to-end debugging demo sooner rather than later. This issue tracks the post-MVP work, which is still planned.

I suspect the most straightforward approach will be:

There are some tradeoffs inherent in the above, and I suspect the above will be a good balance between (i) code size, (ii) complexity, and (iii) performance, but we can experiment with any other ideas that seem promising as well. I should list a few approaches rejected (for now) and my reasoning for completeness:


Last updated: Jan 09 2026 at 13:15 UTC