-
-
Notifications
You must be signed in to change notification settings - Fork 715
feat(wasm): expose new functions #6896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
84b149f
to
303ecce
Compare
CodSpeed Performance ReportMerging #6896 will not alter performanceComparing Summary
|
let can_handle = !self | ||
.workspace | ||
.is_path_ignored(IsPathIgnoredParams { | ||
.is_path_ignored(PathIsIgnoredParams { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
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