forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5c085e
commit dd40067
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# SwiftWasm | ||
|
||
## Compile your Swift code to WebAssembly | ||
|
||
[![Build Toolchain](https://github.com/swiftwasm/swiftwasm-build/actions/workflows/build-toolchain.yml/badge.svg)](https://github.com/swiftwasm/swiftwasm-build/actions/workflows/build-toolchain.yml) [![Discord](https://img.shields.io/discord/780838335798706197?label=Discord)](https://discord.gg/ashJW8T8yp) | ||
|
||
This is the distribution repository for SwiftWasm toolchain and SDK. Please refer to [the | ||
SwiftWasm book](https://swiftwasm.github.io/swiftwasm-book/) to get started, and to | ||
the [`awesome-swiftwasm`](https://github.com/swiftwasm/awesome-swiftwasm) list for | ||
more links in the SwiftWasm ecosystem. | ||
|
||
If you'd like to participate in the growing [SwiftWasm](https://swiftwasm.org) community, you're | ||
very welcome to join [our Discord server](https://discord.gg/ashJW8T8yp). | ||
|
||
|
||
The actual patches to the toolchain are maintained in the [`swiftwasm/swiftwasm-build`](https://github.com/swiftwasm/swiftwasm-build) | ||
repository. This repository is used only for distribution of the toolchain. | ||
|
||
If you'd like to track the status of our builds, please refer to our [GitHub Actions page](https://github.com/swiftwasm/swiftwasm-build/actions). |