Skip to content

Commit ea47205

Browse files
committed
update category
1 parent dffd9cd commit ea47205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-11-17-embedded-swift-improvements-coming-in-swift-6.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ published: true
44
date: 2025-11-17 12:00:00
55
title: "Embedded Swift Improvements Coming in Swift 6.3"
66
author: [doug_gregor, rauhul]
7-
category: "Adopters"
7+
category: "Language"
88
---
99

1010
[Embedded Swift](/get-started/embedded/) is a subset of Swift that’s designed for low resource usage, making it capable of running on constrained environments like microcontrollers. Using a special compilation mode, Embedded Swift produces significantly smaller binaries than regular Swift. While some language features have been removed by design, the vast majority of the Swift Language works exactly the same in Embedded Swift. Additional information is described in the [Embedded Swift vision document](https://github.com/swiftlang/swift-evolution/blob/main/visions/embedded-swift.md).

0 commit comments

Comments
 (0)