Stream: git-wasmtime

Topic: wasmtime / PR #14130 Fix panic compiling an empty compone...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 22:17):

m0g3r opened PR #14130 from m0g3r:fix/14100-empty-component-debug-info to bytecodealliance:main:

Fixes #14100.

generate_simulated_dwarf unwrapped the first core-module translation to name its compilation unit, but a component with no core modules has no translations, so wasmtime compile -D debug-info=y panicked on a valid (component) input. Return early instead: with no translations there are no functions to describe.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 22:17):

m0g3r requested wasmtime-compiler-reviewers for a review on PR #14130.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 22:17):

m0g3r requested fitzgen for a review on PR #14130.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 22:17):

m0g3r requested wasmtime-core-reviewers for a review on PR #14130.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 13 2026 at 16:41):

:thumbs_up: fitzgen submitted PR review:

Thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Aug 13 2026 at 16:41):

fitzgen added PR #14130 Fix panic compiling an empty component with debug info to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 13 2026 at 17:07):

:check: fitzgen merged PR #14130.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 13 2026 at 17:07):

fitzgen removed PR #14130 Fix panic compiling an empty component with debug info from the merge queue.


Last updated: Aug 30 2026 at 09:07 UTC