Skip to content

feat(bindgen): allow expanding numeric chunks in stream lowering#1481

Merged
vados-cosmonic merged 1 commit into
bytecodealliance:mainfrom
andreiltd:fix/chunk-write
May 14, 2026
Merged

feat(bindgen): allow expanding numeric chunks in stream lowering#1481
vados-cosmonic merged 1 commit into
bytecodealliance:mainfrom
andreiltd:fix/chunk-write

Conversation

@andreiltd
Copy link
Copy Markdown
Member

Adapt stream lowering to expand numeric chunks like Uint8Array while preserving leftovers across guest reads. Also split host stream writes into public write(value) and internal writeMany(values) batch handling.

Adapt stream lowering to expand numeric chunks like Uint8Array while
preserving leftovers across guest reads. Also split host stream writes
into public write(value) and internal writeMany(values) batch handling.
@andreiltd andreiltd requested a review from vados-cosmonic as a code owner May 14, 2026 08:47
Copy link
Copy Markdown
Collaborator

@vados-cosmonic vados-cosmonic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@vados-cosmonic vados-cosmonic added this pull request to the merge queue May 14, 2026
Merged via the queue into bytecodealliance:main with commit e81ecc8 May 14, 2026
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants