Avatar
Avatar
kebo
swift.org で配布されている Wasm 向けの Swift SDK は,SwiftWasm のものと比べて,XCTest がないという違いもあるみたいですね.
Foundation入りのスナップショットが出てからやろうかなーと思ってたんですがちょうど出たのでパッチ書きました。 https://github.com/swiftlang/swift/pull/83191
Install static XCTest library and its Swift module files in the following directory structure: usr/lib/swift_static/wasi/libXCTest.a usr/lib/swift_static/wasi/XCTest.swiftmodule
🙇‍♂️ 1