Releases: swiftwasm/swift
Releases · swiftwasm/swift
swift-wasm-DEVELOPMENT-SNAPSHOT-2020-03-08-a
Merge pull request #294 from kateinoigakukun/katei/toolchain [WASM] Build installable toolchain
SwiftWasm release v20190510
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.