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
Use direct table access over dynCall where possible
This change starts the transition away from dynCall and towards
direct use of the wasm table.
In particular this change replaces the use of dynCall in invoke_xx
functions where possible. dynCall is still needed for functions with
i64 in thier signature when WASM_BIGINT is not enabled. When
WASM_BIGING is enabled this change removes all use of dynCall by
invoke_xx functions.
0 commit comments