Results 1 issues of Bas Geertsema

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...