WebAssembly / function-references

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

Fix null subtyping being wrong way around #79

Closed Jamesernator closed 2 years ago

Jamesernator commented 2 years ago

The current spec text implies T | null ≤ T which is not correct and does not match the prose.