Skip to content

Fix build errors for the Horizon target - #1671

Open
xtqqczze wants to merge 1 commit into
bytecodealliance:mainfrom
xtqqczze:horizon
Open

Fix build errors for the Horizon target#1671
xtqqczze wants to merge 1 commit into
bytecodealliance:mainfrom
xtqqczze:horizon

Conversation

@xtqqczze

@xtqqczze xtqqczze commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Horizon does not provide several libc APIs and types that are assumed by the generic Unix implementation. The affected code was being compiled unconditionally, resulting in missing symbols, incompatible types, and imports that are unavailable on Horizon.

These changes are limited to conditional compilation and platform-specific type handling; existing behavior on other targets is unchanged.

@xtqqczze xtqqczze changed the title fix build errors for horizon target Fix build errors for the Horizon target Aug 30, 2026
@xtqqczze
xtqqczze marked this pull request as ready for review August 30, 2026 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant