WebAssembly / function-references

Proposal for Typed Function References
https://webassembly.github.io/function-references/
Other
101 stars 15 forks source link

Fix table-elem desugaring #70

Closed rossberg closed 2 years ago

rossberg commented 2 years ago

It is not inserting the element type into the elem definition.

Also, 1.0 elem syntax with tableuse but no type has fallen between the cracks.

@CosineP, @dhil, FYI.