bytecodealliance / bytecodealliance/wasmtime-dotnet
Support enabling and configuring pooled allocation
Open
- Dominant language
- C#
- Stars
- 519
- Forks
- 67
- Avg merge
- 1h 7m
- Merged PRs (30d)
- 1
Description
Wasmtime supports [pooled allocation](https://docs.wasmtime.dev/api/wasmtime/struct.PoolingAllocationConfig.html). This is not enabled by default, but can be configured through the C API. The configuration functions have been added in [this PR](https://github.com/bytecodealliance/wasmtime/pull/10484).
Supporting this API in wasmtime-dotnet would enable .NET hosts to enable pooled allocation if required.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.