Stream: git-wasmtime

Topic: wasmtime / PR #9285 Introduce the `wasmtime::EqRef` type


view this post on Zulip Wasmtime GitHub notifications bot (Sep 19 2024 at 19:28):

fitzgen opened PR #9285 from fitzgen:eqref-api-type to bytecodealliance:main:

This commit introduces the wasmtime::EqRef type, which corresponds to Wasm's (ref eq) type, and statically represents Wasm references that can be tested for equality. This is primarily for use with Func::typed-style APIs.

<!--
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 (Sep 19 2024 at 19:28):

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

view this post on Zulip Wasmtime GitHub notifications bot (Sep 19 2024 at 19:28):

fitzgen requested alexcrichton for a review on PR #9285.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 19 2024 at 19:38):

fitzgen updated PR #9285.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 19 2024 at 19:48):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 19 2024 at 19:48):

alexcrichton created PR review comment:

While you're here mind removing this clause about aarch64/x86_64? (it's available on all platforms now)

view this post on Zulip Wasmtime GitHub notifications bot (Sep 19 2024 at 19:48):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 19 2024 at 19:48):

alexcrichton created PR review comment:

Ah I had no other comments so gonna go ahead and merge

view this post on Zulip Wasmtime GitHub notifications bot (Sep 19 2024 at 19:51):

fitzgen updated PR #9285.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 19 2024 at 20:05):

alexcrichton merged PR #9285.


Last updated: Nov 22 2024 at 16:03 UTC