You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,9 @@ for WebAssembly and served when you start `swift run carton dev` in the director
99
99
`carton` is built as a SwiftPM Plugin with [SwiftNIO](https://github.com/apple/swift-nio), and supports both
100
100
macOS and Linux. (Many thanks to everyone supporting and maintaining those projects!)
101
101
102
+
> [!TIP]
103
+
> There is no comprehensive documentation about the internal architecture of `carton`, but [this page](https://github.com/swiftwasm/carton/pull/420) might be helpful to understand the current architecture and rationale.
104
+
102
105
### Running `swift run carton dev` with the `release` configuration
103
106
104
107
By default `swift run carton dev` will compile in the `debug` configuration. Add the `--release` flag to compile in the `release` configuration.
0 commit comments