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
Some projects have function tables exposed in header files. Using such function pointers requires the user to write an asFunction with the correct Dart signature. (I believe the main use case in C code is dynamic dispatch.)
We should explore if we can generate the Dart code that does the asFunction.
Some projects have function tables exposed in header files. Using such function pointers requires the user to write an
asFunction
with the correct Dart signature. (I believe the main use case in C code is dynamic dispatch.)We should explore if we can generate the Dart code that does the
asFunction
.Some use cases:
The text was updated successfully, but these errors were encountered: