Skip to content

SwiftWasm release v20190510

Pre-release
Pre-release
Compare
Choose a tag to compare
@zhuowei zhuowei released this 10 May 17:49
· 67557 commits to swiftwasm since this 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.