Skip to content

Commit 135aa44

Browse files
authored
Add top-level details for each example in README.md (#42)
* Update README.md
1 parent c8555b0 commit 135aa44

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
# Swift for WebAssembly Example Projects
1+
# Swift for WebAssembly Example Packages
22

3-
A collection of example projects using Swift's WebAssembly support. To learn more, see:
3+
A collection of example projects using Swift's support for [WebAssembly](https://webassembly.org). To learn more, see:
44

55
- [Getting Started with Swift SDKs for WebAssembly](https://www.swift.org/documentation/articles/wasm-getting-started.html)
66
- [WebAssembly Support in Swift Vision Document](https://github.com/swiftlang/swift-evolution/blob/main/visions/webassembly.md)
77

8+
The repository is split into multiple subdirectories:
9+
10+
- The [`AudioWorkstation`](./AudioWorkstation) package demonstrates use of
11+
WebAssembly for application plugins;
12+
- The [`WebGPUDemo`](./WebGPUDemo) package demonstrates use of WebAssembly
13+
in the browser, with Swift bindings to the [WebGPU](https://developer.apple.com/videos/play/wwdc2025/236) API.
814

915
## Contributing to this repository
1016

0 commit comments

Comments
 (0)