Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RFC: Add instance allocator support to Wasmtime.
This RFC proposes adding an "instance allocator" abstraction to Wasmtime to allow for alternative instance resource allocation strategies. One such strategy will be a "pooling instance allocator" that can quickly allocate instances, memories, and tables from the host address space that has been reserved in advance. This RFC is inspired by a Lucet performance feature called "regions".
- Loading branch information