WebAssembly / gc

Branch of the spec repo scoped to discussion of GC integration in WebAssembly
https://webassembly.github.io/gc/
Other
997 stars 72 forks source link

Make metavariables used in execution spec more consistent #404

Closed tlively closed 1 year ago

tlively commented 1 year ago

Many of the new GC instructions used metavariables like \typeidx and \dataidx in their prose, but x and y in their formalisms. To make the prose and formalisms more consistent, and for consistency with the metavariables used for other pre-existing instructions, use the x and y metavariables everywhere.

tlively commented 1 year ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.