Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`](./AudioWorkstation) package demonstrates use of
WebAssembly for application plugins;
- 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

Expand Down