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
Optimize makeDynCall to avoid dynamic dynCall where possible
Now the runtime `dynCall` is only used in places where the
signature is not known at compile time, such as embind or
(the internally unused) `getFuncWrapper`.
Move `getDynCaller` into embind.js which is the only place
it was used.
0 commit comments