[Based on #2082] fix(runtime): decouple wasm from native host services#2081
Open
cpunion wants to merge 5 commits into
Open
[Based on #2082] fix(runtime): decouple wasm from native host services#2081cpunion wants to merge 5 commits into
cpunion wants to merge 5 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
cpunion
force-pushed
the
codex/wasm-runtime-no-libuv
branch
from
July 13, 2026 15:14
da2ec59 to
b2d09f4
Compare
12 tasks
cpunion
force-pushed
the
codex/wasm-runtime-no-libuv
branch
from
July 17, 2026 12:31
b2d09f4 to
aa2ca12
Compare
cpunion
force-pushed
the
codex/wasm-runtime-no-libuv
branch
2 times, most recently
from
July 18, 2026 23:52
2c4023a to
cf878f8
Compare
cpunion
force-pushed
the
codex/wasm-runtime-no-libuv
branch
from
July 20, 2026 10:39
cf878f8 to
7d92178
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.
Depends on #2082
Summary
This PR remains stacked on #2082 so the CI job validates the complete wasm fix. After #2082 merges, its source-adaptation diff disappears from this PR.
Fixes #2080.
Validation
The issue reproduction is a build failure. Executing raw GOOS artifacts still requires the existing host-runner support for Emscripten imports on js and env.longjmp/shared memory on wasip1, which is outside this PR.