Stream: git-wasmtime

Topic: wasmtime / PR #10002 Use `ir::types::I8X16` for `v128`s i...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 13 2025 at 22:24):

fitzgen requested alexcrichton for a review on PR #10002.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 13 2025 at 22:24):

fitzgen requested wasmtime-core-reviewers for a review on PR #10002.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 13 2025 at 22:24):

fitzgen opened PR #10002 from fitzgen:i8x16-for-v128-in-gc-objects to bytecodealliance:main:

We were incorrectly using i128 previously, which would lead to invalid CLIF like iconst.i128 when default-initializing structs and type errors when we tried to use v128 fields that we read from a struct in a SIMD instruction.

<!--
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 (Jan 13 2025 at 22:31):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 13 2025 at 23:44):

github-actions[bot] commented on PR #10002:

Subscribe to Label Action

cc @fitzgen

<details>
This issue or pull request has been labeled: "wasmtime:ref-types"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Jan 14 2025 at 01:07):

fitzgen merged PR #10002.


Last updated: Jan 24 2025 at 00:11 UTC