reference-types icon indicating copy to clipboard operation
reference-types copied to clipboard

Proposal for adding basic reference types (anyref)

Results 5 reference-types issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/7517515/137511817-eccb4b42-e742-498a-bfc5-0154e6b6f000.png) 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...