WebAssembly / spec

WebAssembly specification, reference interpreter, and test suite.
https://webassembly.github.io/spec/
Other
3.13k stars 445 forks source link

Add type to elem.drop and element segment store soundness #1668

Closed bvisness closed 1 year ago

bvisness commented 1 year ago

The execution section for elem.drop was missing the type field of element instances. In addition, the heading of the Element Instances section in the Soundness appendix was also missing the type. I have added the type to both places.

This is my first contribution to the spec repo, so apologies if I got any conventions wrong.

Would close #1663 if it wasn't already closed for some reason.