From 98e24144425e789b208e818a960b7bd49a5e284b Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Fri, 27 Jun 2025 12:58:29 +0100 Subject: [PATCH] Remove `-c release` requirement from `wasm-getting-started.md` As of `swift-6.2-DEVELOPMENT-SNAPSHOT-2025-06-26-a` passing this option is no longer required for Embedded Swift. --- documentation/articles/wasm-getting-started.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/articles/wasm-getting-started.md b/documentation/articles/wasm-getting-started.md index 73ce6b948..d418fb18b 100644 --- a/documentation/articles/wasm-getting-started.md +++ b/documentation/articles/wasm-getting-started.md @@ -99,6 +99,5 @@ Hello from WASI! 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 with the `swift sdk install` command is tailored specifically for Embedded Swift. -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` -to `swift build` and `swift run` to enable optimizations required for Embedded Swift. +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.