Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Strings] Fuzz string.encode #6539

Merged
merged 14 commits into from
Apr 25, 2024
Merged

Conversation

kripken
Copy link
Member

@kripken kripken commented Apr 24, 2024

A little trickier than the others due to the risk of trapping, which this
handles like the other array operations.

Also stop using immutable i16 arrays for string operations - only
mutable ones work atm.

@kripken kripken requested a review from tlively April 24, 2024 23:01
SIMDExtract : 2
Select : 2
StringConst : 4
StringEncode : 2
Copy link
Member Author

Choose a reason for hiding this comment

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

Pure luck!

@kripken kripken merged commit 97ffce3 into WebAssembly:main Apr 25, 2024
13 checks passed
@kripken kripken deleted the fuzz.string.encode branch April 25, 2024 16:23
@gkdn gkdn mentioned this pull request Aug 31, 2024
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