saulecabrera requested wasmtime-compiler-reviewers for a review on PR #9949.
saulecabrera requested fitzgen for a review on PR #9949.
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:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease 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