fitzgen opened PR #6299 from fitzgen:vm-func-ref
to bytecodealliance:main
:
We only have caller-checked function references, and it is unlikely we will have any other kind for quite a long time.
Also remove all old
anyfunc
s and replace them with some variation offunc_ref
.Also consolidate style to use
func_ref
instead offuncref
except when that would be a breaking change to the public API or a comment is using thefuncref
shorthand from WAT.<!--
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 alexcrichton for a review on PR #6299.
fitzgen requested wasmtime-core-reviewers for a review on PR #6299.
fitzgen updated PR #6299.
alexcrichton submitted PR review.
fitzgen updated PR #6299.
fitzgen has enabled auto merge for PR #6299.
fitzgen merged PR #6299.
Last updated: Nov 22 2024 at 16:03 UTC