Browse Source
* Respect pooling allocation options in `wasmtime serve` This commit updates the processing of pooling allocator options in `wasmtime serve`. Previously the pooling allocator was enabled by default but the options to configure it weren't processed due to how this default-enable was implemented. The option to enable it by default for `wasmtime serve`, but only `wasmtime serve`, is now processed differently in a way that handles various other pooling-allocator-related options. Closes #8504 * Fix compile of bench api * Fix test build * Ignore newly added test as it's flakypull/8515/head
Alex Crichton
6 months ago
committed by
GitHub
9 changed files with 79 additions and 43 deletions
Loading…
Reference in new issue