Stream: git-wasmtime

Topic: wasmtime / PR #9257 Don't limit core instances/memories/t...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2024 at 16:47):

alexcrichton opened PR #9257 from alexcrichton:no-limit to bytecodealliance:main:

This commit updates the defaults of PoolingAllocationConfig to allow unlimited core instances/memories/tables per component instead of the previous default of 20. The limits here are somewhat restrictive and more tailored for high-scale use cases which aren't always the best defaults for a general purpose tool like the wasmtime CLI. The CLI for example uses the pooling allocator by default with serve and this helps accept a wider breadth of components by default instead of artificially limiting the shape of input components.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2024 at 16:47):

alexcrichton requested fitzgen for a review on PR #9257.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2024 at 16:47):

alexcrichton requested wasmtime-core-reviewers for a review on PR #9257.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2024 at 18:46):

github-actions[bot] commented on PR #9257:

Label Messager: wasmtime:config

It looks like you are changing Wasmtime's configuration options. Make sure to
complete this check list:

[fuzzing-config]: https://github.com/bytecodealliance/wasmtime/blob/ca0e8d0a1d8cefc0496dba2f77a670571d8fdcab/crates/fuzzing/src/generators.rs#L182-L194
[fuzzing-docs]: https://docs.wasmtime.dev/contributing-fuzzing.html


<details>

To modify this label's message, edit the <code>.github/label-messager/wasmtime-config.md</code> file.

To add new label messages or remove existing label messages, edit the
<code>.github/label-messager.json</code> configuration file.

Learn more.

</details>

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2024 at 19:29):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2024 at 19:47):

fitzgen merged PR #9257.


Last updated: Nov 22 2024 at 16:03 UTC