Stream: git-wasmtime

Topic: wasmtime / PR #5725 winch: Fix retrieving function signat...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2023 at 21:14):

saulecabrera opened PR #5725 from fix-retrieving-function-signature to main:

This commit fixes an incorrect usage of func_type_at to retrieve a defined function signature and instead uses function_at to retrieve the signature.

Additionally it enhances winch-tools compile and test commands to handle modules with multiple functions correctly.

<!--

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 (Feb 06 2023 at 21:15):

saulecabrera requested cfallin for a review on PR #5725.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2023 at 21:16):

saulecabrera edited PR #5725 from fix-retrieving-function-signature to main:

This commit fixes an incorrect usage of func_type_at to retrieve a defined function signature and instead uses function_at to retrieve the signature. Without this change, compilation fails when trying to compile a module with multiple function definitions.

Additionally it enhances winch-tools compile and test commands to handle modules with multiple functions correctly.

<!--

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 (Feb 06 2023 at 21:16):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2023 at 21:17):

saulecabrera has enabled auto merge for PR #5725.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2023 at 21:31):

saulecabrera updated PR #5725 from fix-retrieving-function-signature to main.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2023 at 22:02):

saulecabrera merged PR #5725.


Last updated: Oct 23 2024 at 20:03 UTC