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.
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.