Skip to content

Handle MemoryFill and MemoryCopy operators#9

Merged
cfallin merged 1 commit intobytecodealliance:mainfrom
andreiltd:main
Feb 23, 2026
Merged

Handle MemoryFill and MemoryCopy operators#9
cfallin merged 1 commit intobytecodealliance:mainfrom
andreiltd:main

Conversation

@andreiltd
Copy link
Member

I found I needed this to weval spidermonkey using latest stable release 147_0_4 and wasi-sdk@30.

Copy link
Member

@cfallin cfallin left a comment

Choose a reason for hiding this comment

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

Thanks!

@cfallin cfallin merged commit c2ab5cf into bytecodealliance:main Feb 23, 2026
3 checks passed
@cfallin
Copy link
Member

cfallin commented Feb 23, 2026

Separately, you'll probably want to add emission for these operators in the backend (src/backend/mod.rs, lower_op).

@andreiltd
Copy link
Member Author

Separately, you'll probably want to add emission for these operators in the backend (src/backend/mod.rs, lower_op).

It looks like these are already handled in the backend? See: https://github.com/bytecodealliance/waffle/blob/main/src/backend/mod.rs#L563C1-L571C14

@cfallin
Copy link
Member

cfallin commented Feb 23, 2026

Ah, great; I can't claim to remember all code I've written I guess :-) Thanks, and sorry for missing the frontend half!

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