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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ $ ./tools/build/install-build-sdk.sh main
14
14
# Checkout the Swift repositories in the parent directory (swiftwasm-source) and apply patches
15
15
$ ./tools/git-swift-workspace --scheme main
16
16
# Build the toolchain (this will take a while)
17
-
$ ./tools/build/build-toolchain.sh
17
+
$ ./tools/build/build-toolchain.sh main
18
18
```
19
19
20
20
See [SwiftWasm book](https://book.swiftwasm.org/contribution-guide/how-to-build-toolchain.html) for more details about dependencies you need to install and how to build on Docker.
0 commit comments