WebAssembly / stack-switching

A repository for the stack switching proposal.
Other
146 stars 13 forks source link

[explainer] Use type expansion rather than equality #69

Closed tlively closed 4 months ago

tlively commented 4 months ago

When looking up a type on the context, expand it (using ~~) into the expected composite type instead of using equality (=). Also fix some places where equality should have been used when looking up tags.

conrad-watt commented 4 months ago

I realise by merging https://github.com/WebAssembly/stack-switching/pull/68 already I may have messed with your plans - sorry! I won't touch this one.

tlively commented 4 months ago

Thanks, added func to the expanded function types now.