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
Currently, we have wasmtime configured to not use virtual memory for guard regions/CoW/overcommit, which is bad for both performance and code size. We should wire up guest virtual memory support to make it possible for wasmtime to use virtual memory properly.