summaryrefslogtreecommitdiff
path: root/src/ir/export-utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Wasm GC] Do not refine types of exported globals in closed world (#5380)Alon Zakai2023-01-031-0/+49
Doing so can cause us to switch from a private type to a public type and error. Also refactor export-utils to make this easy.