From 4967717f11866a916acfac6851d4889ec0aaebbe Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Tue, 5 Aug 2025 09:31:06 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 750a9ef..b9db80c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ -# Swift for WebAssembly Example Projects +# Swift for WebAssembly Example Packages -A collection of example projects using Swift's WebAssembly support. To learn more, see: +A collection of example projects using Swift's support for [WebAssembly](https://webassembly.org). To learn more, see: - [Getting Started with Swift SDKs for WebAssembly](https://www.swift.org/documentation/articles/wasm-getting-started.html) - [WebAssembly Support in Swift Vision Document](https://github.com/swiftlang/swift-evolution/blob/main/visions/webassembly.md) +The repository is split into multiple subdirectories: + +- The [`AudioWorkstation` package](./AudioWorkstation) demonstrates use of + WebAssembly for application plugins; +- The [`WebGPUDemo` package)(./WebGPUDemo) demonstrates use of WebAssembly + in the browser, with Swift bindings to the [WebGPU](https://developer.apple.com/videos/play/wwdc2025/236) API. ## Contributing to this repository From a92a174b8aabf1e78f0069da7363d5a7aef08ceb Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Tue, 5 Aug 2025 09:31:56 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9db80c..02aeaff 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The repository is split into multiple subdirectories: - The [`AudioWorkstation` package](./AudioWorkstation) demonstrates use of WebAssembly for application plugins; -- The [`WebGPUDemo` package)(./WebGPUDemo) demonstrates use of WebAssembly +- The [`WebGPUDemo` package](./WebGPUDemo) demonstrates use of WebAssembly in the browser, with Swift bindings to the [WebGPU](https://developer.apple.com/videos/play/wwdc2025/236) API. ## Contributing to this repository From abdb73ffd4b96a07bf67f48300ed166ea6af9a6c Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Tue, 5 Aug 2025 09:33:25 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02aeaff..db8c8b2 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ A collection of example projects using Swift's support for [WebAssembly](https:/ The repository is split into multiple subdirectories: -- The [`AudioWorkstation` package](./AudioWorkstation) demonstrates use of +- The [`AudioWorkstation`](./AudioWorkstation) package demonstrates use of WebAssembly for application plugins; -- The [`WebGPUDemo` package](./WebGPUDemo) demonstrates use of WebAssembly +- The [`WebGPUDemo`](./WebGPUDemo) package demonstrates use of WebAssembly in the browser, with Swift bindings to the [WebGPU](https://developer.apple.com/videos/play/wwdc2025/236) API. ## Contributing to this repository