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
Implement a benchmark for the Module::call_func function.
Description
Write a benchmark for Module::call_func to measure how long it takes to call a wasm function taking into account that during each execution a clean wasm state is initialised (which could be costly).
The text was updated successfully, but these errors were encountered:
Summary
Implement a benchmark for the
Module::call_func
function.Description
Write a benchmark for
Module::call_func
to measure how long it takes to call a wasm function taking into account that during each execution a clean wasm state is initialised (which could be costly).The text was updated successfully, but these errors were encountered: