function-references icon indicating copy to clipboard operation
function-references copied to clipboard

Proposal for Typed Function References

Results 8 function-references issues
Sort by recently updated
recently updated
newest added

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

This extends the Soundness appendix to handle semantic types – now renamed to dynamic types. @conrad-watt, PTAL. One subtlety is that during reduction, we are actually dealing with a mixture...

Hey it would be swell if we got the HTML version rendered and posted :) Would be happy to help out if needed!

This is highly related to: WebAssembly/gc#279, but as this is a separate proposal I think it needs an issue here too. 1. What is the behavior of ToWebAssemblyValue for `(ref...

The new binary format for table types allows `0x40 0x00` as a prefix to a non-nullable reference type to indicate a table that has an explicit element initializer. I think...

I was under the impression that this proposal would allow JavaScript functions to be stored in function tables and returned as a result of a call to an import. I...

Binaryen optimization passes that can introduce new invalid uses of non-nullable locals opt themselves into getting an automatic fixup pass applied afterward. To keep binaryen efficient, we try to have...