-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Description:
Swift now officially supports WebAssembly (Wasm), so it's a good time to add a workflow for Wasm.
context: apple/swift-argument-parser#794 (comment)
Things to consider:
- What jobs should we add?
- Test targets often have dependencies that are difficult to build for Wasm, such as Foundation and Dispatch, and may not be able to build, so a job that simply builds without testing is important.
- The ability to filter targets in order to build only the library portion is also important. (like
swift build --target <target name>
)
- What Swift SDKs should we use?
- Which Swift versions should we support?
- Some versions may lack support of some core libraries.
Related issues:
- Add option to build with the Static Linux SDK #34 (This also requires Swift SDKs.)
Related links:
Metadata
Metadata
Assignees
Labels
No labels