we're trying to understand what wasm considers an undeclared function reference and we can't figure it out, at least not from reading the spec. does it mean it needs to show up in either a global initializer or in a table/element initializer?
oh, we guess the spec says
References: the list of function indices that occur in the module outside functions and can hence be used to form references inside them.
but what all counts as "outside functions"
Soni L. has marked this topic as resolved.
Last updated: Nov 22 2024 at 17:03 UTC