Mention that both SwiftWasm and host toolchain are required.

This commit is contained in:
Max Desiatov 2020-06-09 22:44:25 +01:00 committed by GitHub
parent 36b8c1d2a8
commit 9cc0eb4101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ It is currently work in progress, so watch the repository for imminent updates!
- [Swift 5.2 or later](https://swift.org/download/) for Linux users.
On either platform you should install SwiftWasm via [`swiftenv`](https://github.com/kylef/swiftenv) as
described in [the SwiftWasm Book](https://swiftwasm.github.io/swiftwasm-book/GettingStarted.html).
described in [the SwiftWasm Book](https://swiftwasm.github.io/swiftwasm-book/GettingStarted.html), in
addition to the Swift 5.2 toolchain mentioned above.
In the future, manual installation of SwiftWasm won't be required, please see issue
[#3](https://github.com/swiftwasm/carton/issues/3) for more details.