Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Wasm GC] Do not refine types of exported globals in closed world (#5380) | Alon Zakai | 2023-01-03 | 1 | -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. |