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
Java interop currently relies on Reflection. If the ASM library is included, we could compile or precompile JSFunction adapters for Java functions, necessary for platforms where reflection is slow (all of them) or unavailable (embedded platforms).