Skip to content

Releases: swiftwasm/swift

swift-wasm-DEVELOPMENT-SNAPSHOT-2020-03-08-a

08 Mar 16:16
5be35e7
Compare
Choose a tag to compare
Merge pull request #294 from kateinoigakukun/katei/toolchain

[WASM] Build installable toolchain

SwiftWasm release v20190510

10 May 17:49
Compare
Choose a tag to compare
Pre-release

This is the first release of the SwiftWasm toolchain.

Known issues:

  • Only the Swift stdlib is compiled: other libraries such as Foundation or SwiftPM are not included.
  • Some functions (such as Optional.Map) do not work due to calling convention differences between throwing and non-throwing closures

See README.md in the package to get started with SwiftWasm.