Skip to content

Commit 5b5c1f6

Browse files
committed
Merge branch 'main' of github.com:swiftlang/swift-for-wasm-examples into maxd/remove-dlmalloc
2 parents 020bc8d + c8555b0 commit 5b5c1f6

File tree

107 files changed

+7039
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+7039
-87
lines changed

.gitattributes

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Guest/Sources/VultDSP/*.cpp linguist-generated
2-
Guest/Sources/VultDSP/*.h linguist-generated
3-
Guest/Sources/VultDSP/**/*.vult linguist-generated
4-
Guest/Sources/dlmalloc/** linguist-vendored
1+
AudioWorkstation/Guest/Sources/VultDSP/*.cpp linguist-generated
2+
AudioWorkstation/Guest/Sources/VultDSP/*.h linguist-generated
3+
AudioWorkstation/Guest/Sources/VultDSP/**/*.vult linguist-generated
4+
AudioWorkstation/Guest/Sources/dlmalloc/** linguist-vendored

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Test
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
12-
linux_build_command: "cd Guest && ./build.sh"
12+
linux_build_command: "cd AudioWorkstation/Guest && ./build.sh"
1313
linux_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
1414
enable_windows_checks: false
1515
soundness:

AudioWorkstation/Guest/.build/.gitkeep

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)