Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jun 29, 2023
1 parent c5c085e commit dd40067
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
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).

0 comments on commit dd40067

Please sign in to comment.