Stream: git-wasmtime

Topic: wasmtime / PR #11543 Make inlining orchestration more `Fu...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2025 at 17:50):

fitzgen opened PR #11543 from fitzgen:key-to-output to bytecodealliance:main:

This is primarily done via mapping back to our output indices from FuncKeys rather than from module-and-defined-function pairs.

FuncKey is more generic so this change will allow us to inline other kinds of functions that are not defined Wasm functions, such as intrinsics, in the future.

<!--
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 (Aug 26 2025 at 17:50):

fitzgen requested wasmtime-core-reviewers for a review on PR #11543.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2025 at 17:50):

fitzgen requested pchickey for a review on PR #11543.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2025 at 17:51):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2025 at 17:53):

fitzgen has enabled auto merge for PR #11543.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2025 at 18:31):

fitzgen merged PR #11543.


Last updated: Dec 06 2025 at 07:03 UTC