Stream: git-wasmtime

Topic: wasmtime / PR #9949 winch: Gracefully handle unsuppported...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 08 2025 at 15:52):

saulecabrera requested wasmtime-compiler-reviewers for a review on PR #9949.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 08 2025 at 15:52):

saulecabrera requested fitzgen for a review on PR #9949.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 08 2025 at 15:52):

saulecabrera opened PR #9949 from saulecabrera:better-unsupported-wasm-types to bytecodealliance:main:

Follow-up to https://github.com/bytecodealliance/wasmtime/pull/9851

Prior to this commit, Winch's ABI layer would panic on unsupported Wasm types, i.e., v128, externref.

This commit ensures that a recoverable error is returned in case an unsupported type is found in a function signature.

This change is particularly helpful to start running spec tests for aarch64.

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


Last updated: Jan 24 2025 at 00:11 UTC