alexcrichton requested fitzgen for a review on PR #12887.
alexcrichton requested wasmtime-core-reviewers for a review on PR #12887.
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:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
github-actions[bot] added the label wasmtime:api on PR #12887.
fitzgen submitted PR review.
fitzgen added PR #12887 Reduce type complexity of InstanceAllocator async functions to the merge queue.
github-merge-queue[bot] removed PR #12887 Reduce type complexity of InstanceAllocator async functions from the merge queue.
alexcrichton added PR #12887 Reduce type complexity of InstanceAllocator async functions to the merge queue.
alexcrichton merged PR #12887.
alexcrichton removed PR #12887 Reduce type complexity of InstanceAllocator async functions from the merge queue.
Last updated: Apr 12 2026 at 23:10 UTC