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.
2 parents de80540 + 35c3d7f commit 5c1a02aCopy full SHA for 5c1a02a
stdlib/public/SwiftShims/swift/shims/Visibility.h
@@ -134,7 +134,7 @@
134
// right for Windows, we have everything set up to get it right on
135
// other targets as well, and doing so lets the compiler use more
136
// efficient symbol access patterns.
137
-#if defined(__MACH__) || defined(__wasi__)
+#if defined(__MACH__) || defined(__wasm__)
138
139
// On Mach-O and WebAssembly, we use non-hidden visibility. We just use
140
// default visibility on both imports and exports, both because these
0 commit comments