Does wit-bindgen have any support for externref and if so does it implement it with internal tables and indices so that consuming languages dont need support for reference types?
Maybe I could elaborate a bit more. If I wanted to try (purely as a tech. experiment) to create wit for the javascript document.createElement
and node.appendChild
then it would be up to me in the javascript "adapter" side to handle conversion from the jsobjects to the intertype u32 and there would no externref involved at all?
Last updated: Nov 22 2024 at 17:03 UTC