Stream: general

Topic: wit-bindgen and externref


view this post on Zulip Scott Waye (Dec 05 2021 at 01:14):

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?

view this post on Zulip Scott Waye (Dec 05 2021 at 15:11):

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