Stream: general

Topic: ✔ what is an undeclared function reference?


view this post on Zulip Soni L. (Sep 19 2024 at 12:48):

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?

view this post on Zulip Soni L. (Sep 19 2024 at 12:50):

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"

view this post on Zulip Notification Bot (Sep 19 2024 at 21:17):

Soni L. has marked this topic as resolved.


Last updated: Oct 23 2024 at 20:03 UTC