File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- # Swift for WebAssembly Example Projects
1
+ # Swift for WebAssembly Example Packages
2
2
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:
4
4
5
5
- [ Getting Started with Swift SDKs for WebAssembly] ( https://www.swift.org/documentation/articles/wasm-getting-started.html )
6
6
- [ WebAssembly Support in Swift Vision Document] ( https://github.com/swiftlang/swift-evolution/blob/main/visions/webassembly.md )
7
7
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.
8
14
9
15
## Contributing to this repository
10
16
You can’t perform that action at this time.
0 commit comments