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: src/contribution-guide/index.md
+4-16Lines changed: 4 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -15,26 +15,14 @@ The main repository of this project. Forked from [apple/swift](https://github.co
15
15
16
16
-`swiftwasm` is the main development branch.
17
17
-`main` is a mirror of the `main` branch of the upstream `apple/swift` repository. This branch is necessary to avoid [some issues](https://github.com/swiftwasm/swift/pull/36).
18
-
-`swiftwasm-release/5.3` is the branch where 5.3 release of SwiftWasm is prepared.
19
-
-`release/5.3` is a mirror of the upstream `release/5.3` branch.
We fork them to build `wasi-sysroot` with pthread header. There aren't so many diff from upstream.
28
+
We apply some patches for [WebAssembly/wasi-sdk](https://github.com/WebAssembly/wasi-sdk) and [WebAssembly/wasi-libc](https://github.com/WebAssembly/wasi-libc) to build `wasi-sysroot` with pthread header. There aren't so many diff from upstream.
0 commit comments