wasmtime-dotnet icon indicating copy to clipboard operation
wasmtime-dotnet copied to clipboard

Support enabling and configuring pooled allocation

Open BasGeertsema opened this issue 6 months ago • 0 comments

Wasmtime supports pooled allocation. This is not enabled by default, but can be configured through the C API. The configuration functions have been added in this PR.

Supporting this API in wasmtime-dotnet would enable .NET hosts to enable pooled allocation if required.

BasGeertsema avatar Jul 10 '25 06:07 BasGeertsema