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
Specifically, wasmtime::Config::table_lazy_init. We can now turn this off for slower startup time but potentially faster execution time. But we need to make sure that doesn't affect our module instantation timing. Specifically, we need to make sure that the OnMethodInvocation gas charge isn't affected. Specifically, we need to check the on_send calibration test.
The text was updated successfully, but these errors were encountered:
Specifically,
wasmtime::Config::table_lazy_init
. We can now turn this off for slower startup time but potentially faster execution time. But we need to make sure that doesn't affect our module instantation timing. Specifically, we need to make sure that theOnMethodInvocation
gas charge isn't affected. Specifically, we need to check theon_send
calibration test.The text was updated successfully, but these errors were encountered: