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
Fix convertJsFunctionToWasm when the signature has more than 122 arguments (#16658)
With this patch, convertJsFunctionToWasm works correctly with up to 1000 arguments.
Called with 1001 arguments, Chrome, Firefox, and Node all agree on this error:
WebAssembly.Module(): param count of 1001 exceeds internal limit of 1000
0 commit comments