Stream: git-wasmtime

Topic: wasmtime / PR #4340 Improve error message for failed func...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 28 2022 at 01:22):

alexcrichton opened PR #4340 from more-func-context to main:

Add in the wasm function index, the name if specified, and the function
offset in the original file to assist in debugging failed function compiles.

<!--

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.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jun 28 2022 at 01:47):

peterhuene submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 28 2022 at 01:47):

peterhuene submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 28 2022 at 01:47):

peterhuene created PR review comment:

                            "failed to compile wasm function {index}{name} at offset {offset:#x}"

view this post on Zulip Wasmtime GitHub notifications bot (Jun 28 2022 at 01:47):

peterhuene created PR review comment:

                            Some(name) => format!(" (`{}`)", name),

view this post on Zulip Wasmtime GitHub notifications bot (Jun 28 2022 at 01:49):

peterhuene submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 28 2022 at 01:52):

peterhuene submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 28 2022 at 03:01):

peterhuene submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 28 2022 at 14:42):

alexcrichton updated PR #4340 from more-func-context to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 28 2022 at 14:42):

alexcrichton has enabled auto merge for PR #4340.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 28 2022 at 16:06):

alexcrichton requested peterhuene for a review on PR #4340.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 28 2022 at 17:20):

peterhuene submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 28 2022 at 17:20):

alexcrichton merged PR #4340.


Last updated: Nov 22 2024 at 17:03 UTC