Merged
Conversation
🦋 Changeset detectedLatest commit: bb616cb The changes in this PR will be included in the next version bump. This PR includes changesets to release 14 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
4ca1db7 to
ca5ecc0
Compare
siketyan
reviewed
Jul 15, 2025
84b149f to
303ecce
Compare
CodSpeed Performance ReportMerging #6896 will not alter performanceComparing Summary
|
ematipico
commented
Jul 16, 2025
| let can_handle = !self | ||
| .workspace | ||
| .is_path_ignored(IsPathIgnoredParams { | ||
| .is_path_ignored(PathIsIgnoredParams { |
Member
Author
There was a problem hiding this comment.
I had to rename this type because the initial I was in conflict with the WASM types, which all start with I
3f9ae0c to
1d5ea8a
Compare
ematipico
added a commit
that referenced
this pull request
Aug 12, 2025
Merged
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 PR exposes new functions to the WASM distribution. It also creates new functions that allow to update and pull the module graph.
The new functions will be very useful for the playground, because at the moment project rules don't work. With the new functions, we will be able to that (for the most part). We still need some functions for storing the manifests.
Test Plan
Added new tests for the new functions. The CI should stay green
Docs