Skip to content

Commit 732ca5a

Browse files
Remove outdated contents
1 parent 76da96b commit 732ca5a

File tree

3 files changed

+4
-43
lines changed

3 files changed

+4
-43
lines changed

src/SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@
1818
- [Example projects](examples/example-projects.md)
1919
- [Contribution Guide](contribution-guide/index.md)
2020
- [How to build the toolchain](contribution-guide/how-to-build-toolchain.md)
21-
- [Tips](contribution-guide/tips.md)
2221

src/contribution-guide/index.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,14 @@ The main repository of this project. Forked from [apple/swift](https://github.co
1515

1616
- `swiftwasm` is the main development branch.
1717
- `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.
20-
21-
### [swiftwasm/llvm-project](https://github.com/swiftwasm/llvm-project)
22-
23-
This repository is a fork of [apple/llvm-project](https://github.com/apple/llvm-project).
24-
25-
`swiftwasm` branch is based on `swift/main` branch of `apple/llvm-project`.
26-
27-
Please see the [AppleBranchingScheme.md](https://github.com/apple/llvm-project/blob/apple/main/apple-docs/AppleBranchingScheme.md)
28-
document in the upstream repository for more details.
29-
18+
- `swiftwasm-release/VERSION` is the branch where `VERSION` release of SwiftWasm is prepared.
19+
- `release/VERSION` is a mirror of the upstream `release/VERSION` branch.
3020

3121
### [swiftwasm/icu4c-wasi](https://github.com/swiftwasm/icu4c-wasi)
3222

3323
Build script and patches for building ICU project for WebAssembly. [The required changes to build
3424
it](https://github.com/unicode-org/icu/pull/990) were merged to the upstream repository.
3525

36-
### [swiftwasm/wasi-sdk](https://github.com/swiftwasm/wasi-sdk) and [swiftwasm/wasi-libc](https://github.com/swiftwasm/wasi-libc)
37-
38-
Forked from [WebAssembly/wasi-sdk](https://github.com/WebAssembly/wasi-sdk) and [WebAssembly/wasi-libc](https://github.com/WebAssembly/wasi-libc).
26+
### [swiftwasm/wasi-sdk-build](https://github.com/swiftwasm/wasi-sdk-build)
3927

40-
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.

src/contribution-guide/tips.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)