WebAssembly / reference-types

Proposal for adding basic reference types (anyref)
https://webassembly.github.io/reference-types/
Other
162 stars 40 forks source link

Fix decription of ref.func #109

Closed turbolent closed 4 years ago

turbolent commented 4 years ago

The incorrect description is a leftover from the original proposal, which specified a ref.eq instruction: https://github.com/WebAssembly/reference-types/commit/1f29a8ee7af86c45769fd130c67e09ad0f9b197f#diff-90422c6925e039f03d4bcf0359947b08R187-R190

binji commented 4 years ago

Nice catch, thanks!