summaryrefslogtreecommitdiff
path: root/test/lit/passes/string-lowering.js
Commit message (Collapse)AuthorAgeFilesLines
* StringLowering: Escape the JSON in the custom section (#6316)Alon Zakai2024-02-201-0/+17
Also add an end-to-end test using node to verify we can parse the escaped content properly using TextDecoder+JSON.parse.