Stream: git-wasmtime

Topic: wasmtime / PR #6387 winch: Append traps to final object


view this post on Zulip Wasmtime GitHub notifications bot (May 16 2023 at 19:49):

saulecabrera opened PR #6387 from saulecabrera:winch-add-traps-to-obj to bytecodealliance:main:

This change is a follow-up to
https://github.com/bytecodealliance/wasmtime/pull/6298, in which the function traps were not added to the final object.

<!--
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 16 2023 at 19:49):

saulecabrera requested itsrainy for a review on PR #6387.

view this post on Zulip Wasmtime GitHub notifications bot (May 16 2023 at 19:49):

saulecabrera requested wasmtime-core-reviewers for a review on PR #6387.

view this post on Zulip Wasmtime GitHub notifications bot (May 16 2023 at 19:52):

alexcrichton submitted PR review:

Looks good to me!

FWIW this is something that I think would be good to deduplicate between Cranelift and Winch since, in the end, the compiled function representation is more-or-less the same ("it's just a MachBufferFinalized") so it should be able to share this. Ideally the winch/Cranelift split would purely be "give me a compiled function a different way" to help share more code. In any case though that's for future refactorings, no need to block this of course.

view this post on Zulip Wasmtime GitHub notifications bot (May 16 2023 at 19:52):

alexcrichton has enabled auto merge for PR #6387.

view this post on Zulip Wasmtime GitHub notifications bot (May 16 2023 at 20:41):

alexcrichton merged PR #6387.


Last updated: Nov 22 2024 at 16:03 UTC