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.
ImageInspectionWasm.cpp
1 parent a221ab1 commit 9e6e39bCopy full SHA for 9e6e39b
stdlib/public/runtime/CMakeLists.txt
@@ -53,6 +53,7 @@ set(swift_runtime_sources
53
ImageInspectionELF.cpp
54
ImageInspectionCOFF.cpp
55
ImageInspectionStatic.cpp
56
+ ImageInspectionWasm.cpp
57
KeyPaths.cpp
58
KnownMetadata.cpp
59
Metadata.cpp
stdlib/public/runtime/ImageInspectionWasm.cpp
@@ -1,4 +1,4 @@
1
-//===--- ImageInspectionStatic.cpp - image inspection for static stdlib ---===//
+//===----------------------------------------------------------------------===//
2
//
3
// This source file is part of the Swift.org open source project
4
0 commit comments