You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a follow-up to #1266, it'd be better to also emit platform-independent intermediate typedefs. #1266 makes the final typedefs, e.x. uint32_t point to the same underlying u32, but they go through different intermediate typedefs on different platforms. This likely needs some hardcoding for things like __uint32_t on Linux or __darwin_size_t on macOS.