fix(build): adapt Go runtime sources for LLGo wasm32#2082
Open
cpunion wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
cpunion
force-pushed
the
codex/issue-2080-wasm32-source
branch
from
July 13, 2026 15:06
b0af411 to
19d23b1
Compare
12 tasks
cpunion
force-pushed
the
codex/issue-2080-wasm32-source
branch
2 times, most recently
from
July 18, 2026 23:50
35a4688 to
bbb2155
Compare
cpunion
force-pushed
the
codex/issue-2080-wasm32-source
branch
from
July 20, 2026 09:51
bbb2155 to
93ffbff
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is the foundational source-adaptation part of #2080 and must merge first. #2081 is stacked on this PR and contains the runtime host-dependency changes plus gated end-to-end wasm CI. This PR intentionally does not close #2080 by itself.
Validation
Rebased onto
main@73fa30fbf; the single functional commit is patch-identical to the previous PR head.internal/buildtest suite passesinternal/buildtest suite passesc-sharedandc-archivebuild, C link, execution, and explicit DWARF lookup all passGo 1.24.2 and Go 1.26.5 end-to-end js/wasm and wasip1/wasm builds remain in the dependent #2081 validation and will be rerun only after this parent PR is green.