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
Optimized TypedFunc::call at slight cost of Func::call. (#522)
For many parameters and return values the measured improvements are in the range of 25%.
Note that this is only significant for a large amount of host to Wasm calls of small functions.
Internal
Added new benchmarks and cleaned up benchmarking code in general.