cfallin opened PR #13743 from cfallin:custom-fiber-stacks-nostd to bytecodealliance:main:
The ability to use the
StackCreatorAPI is useful, even (maybe especially?) for no-std targets where custom allocation schemes may be used. This allocation path was not wired all the way through in our no-std backend in the fiber library. This PR finishes that (mirroring the Unixlike implementation's storage-enum scheme to hold the boxed dyn trait alive) and adds a direct fiber-crate test to exercise it.<!--
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
-->
cfallin requested pchickey for a review on PR #13743.
cfallin requested wasmtime-core-reviewers for a review on PR #13743.
cfallin updated PR #13743.
:thumbs_up: pchickey submitted PR review.
pchickey added PR #13743 wasmtime-fiber: support custom fiber stacks in no-std builds. to the merge queue
:check: pchickey merged PR #13743.
pchickey removed PR #13743 wasmtime-fiber: support custom fiber stacks in no-std builds. from the merge queue
Last updated: Jul 29 2026 at 05:03 UTC