Skip to content

Commit

Permalink
RFC: Add instance allocator support to Wasmtime.
Browse files Browse the repository at this point in the history
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
peterhuene committed Nov 26, 2020
1 parent 7eb799e commit 183e1e4
Showing 1 changed file with 431 additions and 0 deletions.
Loading

0 comments on commit 183e1e4

Please sign in to comment.