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 withFunc::typed
-style APIs.<!--
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
-->
fitzgen requested wasmtime-core-reviewers for a review on PR #9285.
fitzgen requested alexcrichton for a review on PR #9285.
fitzgen updated PR #9285.
alexcrichton submitted PR review.
alexcrichton created PR review comment:
While you're here mind removing this clause about aarch64/x86_64? (it's available on all platforms now)
alexcrichton submitted PR review.
alexcrichton created PR review comment:
Ah I had no other comments so gonna go ahead and merge
fitzgen updated PR #9285.
alexcrichton merged PR #9285.
Last updated: Nov 22 2024 at 16:03 UTC