reference-types
reference-types copied to clipboard
Proposal for adding basic reference types (anyref)
I got confused for a moment because this repo doesn't acknowledge that it's been merged into the main spec.
Not a big thing, but saw there is mention of `anyref` in this repository's description:  Apologies if this is correct and I've misunderstood what I thought was a name...
The string `anyfunc` still occurred in js-api tests. This PR replaces all these occurrences by `funcref`.
Search results on search engines aren't revealing much.
I am missing a design rational for this proposal in the same vein as the design rational documents for the Wasm specification that can be found here: https://webassembly.org/docs/rationale/ One of...