Stream: git-wasmtime

Topic: wasmtime / PR #10780 Add a `--generate-dwarf` flag to the...


view this post on Zulip Wasmtime GitHub notifications bot (May 15 2025 at 05:47):

alexcrichton opened PR #10780 from alexcrichton:wast-generate-dwarf to bytecodealliance:main:

This commit adds support for the wast subcommand to generate DWARF debugging information for the text-to-binary translation that happens. This leans on the support within the wast crate already and enables more easily seeing where a trap is happening during development of tests due to the fact that line numbers are available as opposed to just having binary offsets with a stack trace.

<!--
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 (May 15 2025 at 05:47):

alexcrichton requested fitzgen for a review on PR #10780.

view this post on Zulip Wasmtime GitHub notifications bot (May 15 2025 at 05:47):

alexcrichton requested wasmtime-core-reviewers for a review on PR #10780.

view this post on Zulip Wasmtime GitHub notifications bot (May 15 2025 at 05:47):

alexcrichton requested wasmtime-default-reviewers for a review on PR #10780.

view this post on Zulip Wasmtime GitHub notifications bot (May 15 2025 at 06:08):

alexcrichton updated PR #10780.

view this post on Zulip Wasmtime GitHub notifications bot (May 15 2025 at 06:09):

alexcrichton closed without merge PR #10780.

view this post on Zulip Wasmtime GitHub notifications bot (May 15 2025 at 06:09):

alexcrichton commented on PR #10780:

On second thought this is now an on-by-default option, I'm not sure if there's a need to disable it...

view this post on Zulip Wasmtime GitHub notifications bot (May 22 2025 at 00:07):

alexcrichton reopened PR #10780.

view this post on Zulip Wasmtime GitHub notifications bot (May 22 2025 at 00:07):

alexcrichton commented on PR #10780:

Oops just realized I closed this by accident...

view this post on Zulip Wasmtime GitHub notifications bot (May 28 2025 at 17:17):

fitzgen submitted PR review:

Nice

view this post on Zulip Wasmtime GitHub notifications bot (May 28 2025 at 17:38):

fitzgen merged PR #10780.


Last updated: Dec 06 2025 at 06:05 UTC