Skip to content

Commit 12f0672

Browse files
authored
Remove -c release requirement from wasm-getting-started.md (#1100)
As of `swift-6.2-DEVELOPMENT-SNAPSHOT-2025-06-26-a` passing this option is no longer required for Embedded Swift.
1 parent f5db01c commit 12f0672

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

documentation/articles/wasm-getting-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,5 @@ Hello from WASI!
9999
allowing the toolchain to produce Wasm binaries that are multiple orders of magnitude smaller. One of the Swift SDKs in the artifact bundle you've installed
100100
with the `swift sdk install` command is tailored specifically for Embedded Swift.
101101

102-
To build with Embedded Swift SDK, pass its ID as noted in `swift sdk list` output (which has an `-embedded` suffix) in the `--swift-sdk` option. You also have to pass `-c release`
103-
to `swift build` and `swift run` to enable optimizations required for Embedded Swift.
102+
To build with Embedded Swift SDK, pass its ID as noted in `swift sdk list` output (which has an `-embedded` suffix) in the `--swift-sdk` option.
104103

0 commit comments

Comments
 (0)