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/README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,12 @@ WebAssembly is described on its [home page](https://webassembly.org/) as:
12
12
13
13
14
14
We use LLVM as a compiler backend to produce WebAssembly binaries. Our resulting binaries also depend on [WASI](https://wasi.dev), which is a modular system interface for WebAssembly. WASI is mainly required to compile Swift Standard Library.
15
+
16
+
## Project Status
17
+
18
+
[All compiler and standard library changes have been upstreamed to the official Swift repository, and the upstream CI is now testing WebAssembly targets.](https://forums.swift.org/t/stdlib-and-runtime-tests-for-wasm-wasi-now-available-on-swift-ci/70385)
19
+
20
+
The remaining works are:
21
+
22
+
- Upstreaming the changes to the Foundation and XCTest projects.
23
+
- Integrating the build system with the official Swift CI.
The main repository of this project. Forked from [apple/swift](https://github.com/swiftwasm/swift). We are tracking upstream changes using [pull](https://github.com/wei/pull)
-`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/VERSION` is the branch where `VERSION` release of SwiftWasm is prepared.
19
-
-`release/VERSION` is a mirror of the upstream `release/VERSION` branch.
7
+
The main development repository for the SwiftWasm project. It contains the build script and patches for building the Swift compiler and standard library for WebAssembly. See the [README](https://github.com/swiftwasm/swiftwasm-build/blob/main/README.md) for more information.
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