Stream: git-wasmtime

Topic: wasmtime / PR #12887 Reduce type complexity of `InstanceA...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 08:19):

alexcrichton requested fitzgen for a review on PR #12887.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 08:19):

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

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 08:19):

alexcrichton opened PR #12887 from alexcrichton:instance-allocator-async to bytecodealliance:main:

This is a follow-on to #12849 to try to simplify some of the resulting signatures a bit. Notably the Result<..., OutOfMemory> is now packaged up directly into the output future, so the functions still retain a sort of "async trait" feel even though they're still incompatible with #[async_trait] (and can't be defined with that anyway).

<!--
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 (Mar 30 2026 at 11:03):

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

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 12:51):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 12:51):

fitzgen added PR #12887 Reduce type complexity of InstanceAllocator async functions to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 14:16):

github-merge-queue[bot] removed PR #12887 Reduce type complexity of InstanceAllocator async functions from the merge queue.

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

alexcrichton added PR #12887 Reduce type complexity of InstanceAllocator async functions to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 17:34):

alexcrichton merged PR #12887.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 17:34):

alexcrichton removed PR #12887 Reduce type complexity of InstanceAllocator async functions from the merge queue.


Last updated: Apr 12 2026 at 23:10 UTC