summaryrefslogtreecommitdiff
path: root/test/lit/binary/duplicated_names_collision.test.wasm
Commit message (Collapse)AuthorAgeFilesLines
* Use Names::getValidNameGivenExisting in binary reading (#6793)Alon Zakai2024-07-311-0/+0
We had a TODO to use it once Names was optimized, which it has been. The Names version is also far faster. When building https://github.com/JetBrains/kotlinconf-app it saves 70 seconds(!).