Displaying 1 result from an estimated 1 matches for "externref".
Did you mean:
externrefs
2020 Nov 17
1
RFC: Multiple program address spaces
...ddress space is allowed.
>>
>> At Igalia [2], we are interested in implementing support for reference
>> types [3] on the WebAssembly backend. After discussions with Thomas
>> Lively and Andy Wingo, the design we have for reference types involves
>> having funcrefs and externrefs living in a different address spaces
>> (non-integral) from normal code/data. Since funcrefs are callable, we
>> also need to be able to call them. However, as things stand if we use
>> `P1` in the data layout, normal function calls will cease to work.
>>
>> # Design...