Stream: git-wasmtime

Topic: wasmtime / issue #8600 cranelift-object: Report error whe...


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

bjorn3 opened issue #8600:

Feature

See title.

Benefit

This makes debugging this kind of issue easier by reporting an error when writing the object file rather than feeding the linker a corrupt object file. This also allows finding the name of the exact symbol that is at fault.

Implementation

This check can be done in the finish method.

Alternatives

TODO: What are the alternative implementation approaches or alternative ways to
solve the problem that this feature would solve? How do these alternatives
compare to this proposal?

view this post on Zulip Wasmtime GitHub notifications bot (Sep 24 2025 at 15:46):

alexcrichton closed issue #8600:

Feature

See title.

Benefit

This makes debugging this kind of issue easier by reporting an error when writing the object file rather than feeding the linker a corrupt object file. This also allows finding the name of the exact symbol that is at fault.

Implementation

This check can be done in the finish method.

Alternatives

TODO: What are the alternative implementation approaches or alternative ways to
solve the problem that this feature would solve? How do these alternatives
compare to this proposal?


Last updated: Dec 13 2025 at 21:03 UTC