[chore] Add js/wasm as a tier-3 platform#14581
Merged
mx-psi merged 1 commit intoopen-telemetry:mainfrom Feb 17, 2026
Merged
Conversation
Contributor
Author
|
Workflow to build the Collector with GOOS=js GOARCH=wasm passes: https://github.com/open-telemetry/opentelemetry-collector/actions/runs/21966427073/job/63457382070?pr=14581. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #14581 +/- ##
==========================================
- Coverage 91.82% 91.79% -0.03%
==========================================
Files 679 679
Lines 42885 42885
==========================================
- Hits 39380 39368 -12
- Misses 2437 2445 +8
- Partials 1068 1072 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dmathieu
approved these changes
Feb 13, 2026
mx-psi
approved these changes
Feb 13, 2026
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 13, 2026
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Adds js/wasm as a build target. I will add workflow steps to produce a core/otlp distro binary in a follow-up. I can also do the changes in -releases in a prerequisite PR, if there's a strong preference for doing it in that direction. <!-- Issue number if applicable --> #### Link to tracking issue Fixes #14542
Merged
via the queue into
open-telemetry:main
with commit Feb 17, 2026
9b618d7
81 of 84 checks passed
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.
Description
Adds js/wasm as a build target. I will add workflow steps to produce a core/otlp distro binary in a follow-up.
I can also do the changes in -releases in a prerequisite PR, if there's a strong preference for doing it in that direction.
Link to tracking issue
Fixes #14542