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
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
You can’t perform that action at this time.
0 commit comments