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.