Stream: git-wasmtime

Topic: wasmtime / PR #4420 [Doc] Note where to find start of mem...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 08 2022 at 19:25):

jeffcharles opened PR #4420 from jeffcharles.add-note-about-start-of-instance-memory to main:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

This PR adds a note in the debugging docs about how to get the process address of the start of linear memory when debugging. This is useful when needing to inspect the value referred to by a pointer. It wasn't immediately obvious to me how to figure out the location of the start of linear memory until I attempted to auto-complete __vmctx-> in my debugger. Including this in the docs would make it more obvious.

I have not opened an issue to discuss this since this seems like a very minor change.

I do not know who to assign to this PR from the core maintainer team at this time.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 08 2022 at 20:22):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 08 2022 at 20:23):

abrown merged PR #4420.


Last updated: Nov 22 2024 at 16:03 UTC