We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256c95c commit b6d89c5Copy full SHA for b6d89c5
Sources/SwiftDriver/Jobs/AutolinkExtractJob.swift
@@ -12,7 +12,7 @@
12
13
import struct TSCBasic.RelativePath
14
15
-// On ELF/WASM platforms there's no built in autolinking mechanism, so we
+// On ELF/Wasm platforms there's no built in autolinking mechanism, so we
16
// pull the info we need from the .o files directly and pass them as an
17
// argument input file to the linker.
18
// FIXME: Also handle Cygwin and MinGW
Sources/SwiftDriver/Toolchains/WebAssemblyToolchain.swift
@@ -1,4 +1,4 @@
1
-//===-------- WebAssemblyToolchain.swift - Swift WASM Toolchain -----------===//
+//===-------- WebAssemblyToolchain.swift - Swift Wasm Toolchain -----------===//
2
//
3
// This source file is part of the Swift.org open source project
4
0 commit comments