Stream: git-wasmtime

Topic: wasmtime / PR #6676 Update calling conventions for wasm f...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 30 2023 at 18:57):

alexcrichton opened PR #6676 from alexcrichton:wasm-call-conv to bytecodealliance:main:

This resolves two issues from recent changes in #6649:

In the near future all wasm functions will unconditionally use the Tail calling convention and at that time the lane order can be specified on s390x to be little-endian to satisfy all the constraints here. Additionally any unwinding directives, if necessary for aarch64, can be specified as needed.

<!--
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 (Jun 30 2023 at 18:57):

alexcrichton requested itsrainy for a review on PR #6676.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 30 2023 at 18:57):

alexcrichton requested wasmtime-core-reviewers for a review on PR #6676.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 30 2023 at 18:58):

alexcrichton updated PR #6676.

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

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2023 at 18:20):

fitzgen merged PR #6676.


Last updated: Nov 22 2024 at 17:03 UTC