Disable broken CI configurations in pull_request.yml#46
Merged
MaxDesiatov merged 6 commits intomainfrom Sep 18, 2025
Merged
Conversation
`AudioWorkstation/Guest` triggers an assertion in 6.2 release
a2d68ea to
e7cdea1
Compare
…wasm-examples into MaxDesiatov-patch-2
MaxDesiatov
commented
Sep 17, 2025
| swift package --swift-sdk swift-6.2-RELEASE_wasm js --use-cdn | ||
| ``` | ||
|
|
||
| If you'd like to produce a smaller binary (under 400 kB), you'll have to use |
Contributor
Author
There was a problem hiding this comment.
@kateinoigakukun removing this due to swiftwasm/JavaScriptKit@04c9e5e (SuspendingClock and ContinuousClock are unavailable in Embedded Swift)
bnbarham
approved these changes
Sep 17, 2025
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.
AudioWorkstation/Guesttriggers an assertion in 6.2 release with Embedded Swift. Also, we have to pin JavaScriptKit revision to include swiftwasm/JavaScriptKit#443.