Stream: git-wasmtime

Topic: rfcs / PR #5 RFC: Add instance allocator support to Wasmt...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 01 2020 at 02:47):

peterhuene updated PR #5 from instance-pools to main:

Rendered RFC

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


Last updated: Nov 22 2024 at 17:03 UTC