peterhuene opened PR #3244 from opt-out-of-uffd to main:
This PR adds a
PoolingPageFaultStrategyenum to the Wasmtime API to
control whether the operating system or Wasmtime will handle page faults in
linear memory.The latter requires the
uffdfeature and Linux as the target OS.With this change, a pooling allocator can be created that uses the operating
system's page fault handling even on Linux with theuffdfeature enabled.
peterhuene closed without merge PR #3244.
Last updated: Dec 13 2025 at 19:03 UTC