[skip ci] Update README.md

This commit is contained in:
Yuta Saito 2024-04-04 00:15:35 +09:00 committed by GitHub
parent 2467a0c908
commit 73ee9b6813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,9 @@ for WebAssembly and served when you start `swift run carton dev` in the director
`carton` is built as a SwiftPM Plugin with [SwiftNIO](https://github.com/apple/swift-nio), and supports both
macOS and Linux. (Many thanks to everyone supporting and maintaining those projects!)
> [!TIP]
> 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.
### Running `swift run carton dev` with the `release` configuration
By default `swift run carton dev` will compile in the `debug` configuration. Add the `--release` flag to compile in the `release` configuration.