Update JavaScript guest tooling - #178
Open
jsturtevant wants to merge 6 commits into
Open
Conversation
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
jsturtevant
force-pushed
the
jsturtevant-consolidate-javascript-updates
branch
from
August 13, 2026 23:00
a46c2cc to
88b631c
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the JavaScript guest’s build/tooling dependencies (@bytecodealliance/componentize-js and @bytecodealliance/jco) and regenerates the npm lockfile to reflect the new transitive dependency graph, supporting continued Wasm/AOT guest builds.
Changes:
- Bump
@bytecodealliance/componentize-jsto^0.22.0and@bytecodealliance/jcoto^1.27.0. - Regenerate
package-lock.jsonfor the combined dependency update (including new transitive tooling such asrolldown/oxc-minify).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/wasm_sandbox/guests/javascript/package.json | Updates JS guest devDependency versions for the updated guest tooling. |
| src/wasm_sandbox/guests/javascript/package-lock.json | Regenerates the npm lockfile to match the updated tooling dependency graph. |
Files not reviewed (1)
- src/wasm_sandbox/guests/javascript/package-lock.json: Generated file
Suppressed comments (1)
src/wasm_sandbox/guests/javascript/package-lock.json:205
package-lock.jsonnow pins@bytecodealliance/jcoto a Visual Studio package feed URL (ms-feed-*.pkgs.visualstudio.com) with a SHA-1integrityvalue. This can breaknpm cifor users without that feed and reduces hash strength compared to typical SHA-512 SRI from registry.npmjs.org. Please regenerate the lockfile with a portable registry configuration.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
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
@bytecodealliance/componentize-jsfrom 0.21.0 to 0.22.0@bytecodealliance/jcofrom 1.24.3 to 1.27.0Supersedes #171 and #174.
Validation
just wasm js-guest-buildjust wasm guest-compile-witgit diff --checkFull
just build,just fmt,just fmt-check, andjust wasm exampleswere attempted locally. Python tooling downloads fromfiles.pythonhosted.orgrepeatedly failed with external TLSHandshakeFailureerrors; no tests or dependency policies were weakened.