Quick question, are the configs for Pooling Allocations not exposed in the C or C++ APIs? https://docs.wasmtime.dev/api/wasmtime/struct.PoolingAllocationConfig.html
Do I need to use the Rust API for this? Thanks
A message was moved here from #general > CoW for High Initialization Cost Modules by Alex Crichton.
(moved this to a new thread)
That's right yeah the pooling allocator isn't exposed in the C/C++ API right now, so you'll have to use Rust
(although exposing the pooling allocator in the C API would also be totally reasonable and a welcome contribution)
Got it, thanks Alex
Last updated: Dec 23 2024 at 13:07 UTC