Skip to content

[Strings] Add a string-builtins feature, and lift/lower automatically when enabled #7601

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

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test
  • Loading branch information
kripken committed May 15, 2025
commit 60637f9a0348348094860468614b668bfc095870
3 changes: 1 addition & 2 deletions scripts/test/fuzzing.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
'strings.wast',
'simplify-locals-strings.wast',
'string-lowering-instructions.wast',
'O2_strings.wast',
'O2_O3_strings.wast',
'string-builtins.wast',
# TODO: fuzzer and interpreter support for extern conversions
'extern-conversions.wast',
# ignore DWARF because it is incompatible with multivalue atm
Expand Down