Stream: git-wasmtime

Topic: wasmtime / PR #13250 Refactor how inlining is configured ...


view this post on Zulip Wasmtime GitHub notifications bot (May 01 2026 at 20:46):

alexcrichton opened PR #13250 from alexcrichton:refactor-inlining to bytecodealliance:main:

Fold the inlining boolean and the inlining_intra_module options into a single Inlining enum option. This option encompasses both and has an additional mode which is "only intrinsics" where inter-module and intra-module calls are never inlined, but intrinsics for Wasmtime are allowed to be inlined. This is inspired from discussion on #13214 and after some performance work and/or confirmations the expectation is to turn the default inlining mode to Inlining::Intrinsics.

<!--
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 (May 01 2026 at 20:46):

alexcrichton requested wasmtime-fuzz-reviewers for a review on PR #13250.

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2026 at 20:46):

alexcrichton requested fitzgen for a review on PR #13250.

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2026 at 20:46):

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

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2026 at 20:46):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #13250.

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2026 at 20:46):

alexcrichton requested wasmtime-default-reviewers for a review on PR #13250.

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2026 at 20:47):

alexcrichton commented on PR #13250:

A few points of note here:

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2026 at 21:10):

alexcrichton updated PR #13250.

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2026 at 23:59):

github-actions[bot] added the label wasmtime:api on PR #13250.

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2026 at 23:59):

github-actions[bot] added the label fuzzing on PR #13250.

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2026 at 23:59):

github-actions[bot] added the label wasmtime:config on PR #13250.

view this post on Zulip Wasmtime GitHub notifications bot (May 02 2026 at 00:00):

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

Subscribe to Label Action

cc @fitzgen

<details>
This issue or pull request has been labeled: "fuzzing", "wasmtime:api", "wasmtime:config"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (May 02 2026 at 01:15):

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

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>


Last updated: May 03 2026 at 22:13 UTC