Closed tlively closed 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.
~~
=
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.
Thanks, added func to the expanded function types now.
func
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.