swiftwasm/swift

DEVELOPMENT-SNAPSHOT in release version

felixf4xu opened this issue · 2 comments

Hi,

I downloaded from the release page https://github.com/swiftwasm/swift/releases.

swift-wasm-5.9.1-RELEASE-ubuntu22.04_x86_64.tar.gz:

swift --version
SwiftWasm Swift version 5.9.1 (swift-5.9.1-RELEASE)
Target: x86_64-unknown-linux-gnu

but, swift-wasm-DEVELOPMENT-SNAPSHOT-2024-02-02-a-ubuntu22.04_x86_64.tar.gz

swift --version
Swift version 5.11-dev (LLVM 0c7051c13ba8526, Swift 192d275b78109ff)
Target: x86_64-unknown-linux-gnu

So in the DEVELOPMENT-SNAPSHOT, maybe it's not swiftwasm?

Yes, now the compilers in DEVELOPMENT-SNAPSHOT are just a copy of swift.org/download 's toolchain. No custom changes in the compilers themselves.

Please re-open this if you need more help