You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.