Stream: git-wasmtime

Topic: wasmtime / PR #12637 Debugging: add `debug_all_modules()`...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2026 at 07:22):

cfallin opened PR #12637 from cfallin:guest-debugging-all-instances-modules to bytecodealliance:main:

When writing a debugger top-half using Wasmtime's debug APIs, it is essential to be able to list all moules, and all instances, within a Store. This PR adds those APIs.

The way in which the debug APIs are placed on
Store/StoreContextMut/Caller/etc is also refactored to be more uniform.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2026 at 07:22):

cfallin requested alexcrichton for a review on PR #12637.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2026 at 07:22):

cfallin requested wasmtime-core-reviewers for a review on PR #12637.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2026 at 07:31):

cfallin updated PR #12637.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2026 at 11:00):

github-actions[bot] added the label wasmtime:api on PR #12637.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2026 at 19:58):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2026 at 19:58):

alexcrichton added PR #12637 Debugging: add debug_all_modules() / debug_all_instances() accessors on Store. to the merge queue

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2026 at 20:09):

cfallin edited PR #12637:

When writing a debugger top-half using Wasmtime's debug APIs, it is essential to be able to list all modules, and all instances, within a Store. This PR adds those APIs.

The way in which the debug APIs are placed on
Store/StoreContextMut/Caller/etc is also refactored to be more uniform.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2026 at 20:43):

github-merge-queue[bot] removed PR #12637 Debugging: add debug_all_modules() / debug_all_instances() accessors on Store. from the merge queue

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2026 at 22:19):

cfallin updated PR #12637.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2026 at 22:20):

cfallin has enabled auto merge for PR #12637.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2026 at 22:32):

cfallin added PR #12637 Debugging: add debug_all_modules() / debug_all_instances() accessors on Store. to the merge queue

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2026 at 23:34):

cfallin merged PR #12637.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2026 at 23:34):

cfallin removed PR #12637 Debugging: add debug_all_modules() / debug_all_instances() accessors on Store. from the merge queue


Last updated: Feb 24 2026 at 04:36 UTC