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 7f2e11d commit 6c5b8eeCopy full SHA for 6c5b8ee
Sources/SwiftDriver/Jobs/WebAssemblyToolchain+LinkerSupport.swift
@@ -167,7 +167,7 @@ extension WebAssemblyToolchain {
167
commandLine.appendFlag("--table-base=\(SWIFT_ABI_WASM32_LEAST_VALID_POINTER)")
168
169
// Set slightly higher than the default (64K) stack size so that basic
170
- // workflows like Swift Testing can run within this limited stack space.
+ // workflows like running Swift Testing can proceed within this limited stack space.
171
let SWIFT_WASM_DEFAULT_STACK_SIZE = 1024 * 128
172
commandLine.appendFlag(.Xlinker)
173
commandLine.appendFlag("-z")
0 commit comments