Skip to content

Reduce dependency on std::io::Cursor#13532

Merged
alexcrichton merged 3 commits into
bytecodealliance:mainfrom
alexcrichton:less-cursor
Jun 2, 2026
Merged

Reduce dependency on std::io::Cursor#13532
alexcrichton merged 3 commits into
bytecodealliance:mainfrom
alexcrichton:less-cursor

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

This commit moves towards removing the usage of std::io::Cursor in the component-model-async feature. This is not present in core and is a blocker for compiling the feature for no_std, so this starts to shave away at that.

This commit moves towards removing the usage of `std::io::Cursor` in the
`component-model-async` feature. This is not present in `core` and is a
blocker for compiling the feature for `no_std`, so this starts to shave
away at that.
@alexcrichton alexcrichton requested review from a team as code owners June 2, 2026 00:44
@alexcrichton alexcrichton requested review from dicej and removed request for a team June 2, 2026 00:44
@github-actions github-actions Bot added wasi Issues pertaining to WASI wasmtime:api Related to the API of the `wasmtime` crate itself labels Jun 2, 2026
@alexcrichton alexcrichton added this pull request to the merge queue Jun 2, 2026
Merged via the queue into bytecodealliance:main with commit 64fe6a2 Jun 2, 2026
51 checks passed
@alexcrichton alexcrichton deleted the less-cursor branch June 2, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wasi Issues pertaining to WASI wasmtime:api Related to the API of the `wasmtime` crate itself

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants