Skip to content

Commit 6dfb613

Browse files
authored
Fix SwiftBuildSupport/README.md (#8483)
Fixed up incorrect wording: 1. Wasm is not an acronym, thus it's not uppercased [per the spec](https://webassembly.github.io/spec/core/intro/introduction.html#wasm). 2. Existing Swift SDKs support only WASI, while WASI-less Wasm modules can be created with Embedded Swift and Swift SDKs are not needed for that.
1 parent 1d48e0a commit 6dfb613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftBuildSupport/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Work is continuing in these areas:
1515
* Conditional target dependencies (i.e. dependencies that are conditional on ".when()" specific platforms)
1616
* Plugin support
1717
* Friendly Error and Warning Descriptions and Fixups
18-
* Cross compiling Swift SDK's (e.g. Static Linux SDK, and WASM)
18+
* Cross compiling Swift SDK's (e.g. Static Linux SDK, and Wasm with WASI)
1919
* Improvements to test coverage
2020
* Task execution reporting
2121

0 commit comments

Comments
 (0)