You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you import N functions and have M functions defined in a module then the first N indices refer to those imported functions, and the following M refer to the ones defined in the modules. So to refer to the first defined function, you would index it at M. So your first two bullets are correct.
Every function specifies its type using an index into the type section. So there is no correlation between function indices and type indices.
I'd like a clarification. Does this mean that if I've an
import
function, then...The text was updated successfully, but these errors were encountered: