Browse Source
This commit adds a `paged_memory_initialization` setting to `Config`. The setting controls whether or not an attempt is made to organize data segments into Wasm pages during compilation. When used in conjunction with the `uffd` feature on Linux, Wasmtime can completely skip initializing linear memories and instead initialize any pages that are accessed for the first time during Wasm execution.pull/3245/head
Peter Huene
3 years ago
3 changed files with 49 additions and 1 deletions
Loading…
Reference in new issue