Skip to content

version_84

Compare
Choose a tag to compare
@dschuff dschuff released this 10 May 21:18
70434ef
Generate `dynCall` function for all signature used by `invoke` functi…

…ons. (#2095)

Previously we were only creating `dynCall` functions for signatures
that we have statically in the table.  However for dynamic linking we
may need to invoke functions that we don't have table entries for
(e.g. table entries from a different module).