mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
a91d653b37
Gives each existing `os(WASI)`/`__wasi__` platform guard in Swift stdlib a parallel `os(Emscripten)`/`defined(__EMSCRIPTEN__)` arm that imports `EmscriptenLibc`, plus the matching `SWIFT_MODULE_DEPENDS_EMSCRIPTEN` CMake dependency.