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 edbf6bb commit c90937bCopy full SHA for c90937b
stdlib/public/runtime/ImageInspectionCommon.h
@@ -21,7 +21,7 @@
21
22
#if !defined(__MACH__)
23
24
-#if defined(__ELF__)
+#if defined(__ELF__) || defined(__wasm__)
25
#define SWIFT_REFLECTION_METADATA_ELF_NOTE_MAGIC_STRING "swift_reflection_metadata_magic_string"
26
#endif // defined(__ELF__)
27
stdlib/public/runtime/SwiftRT-WASM.cpp
@@ -10,7 +10,8 @@
10
//
11
//===----------------------------------------------------------------------===//
12
13
-#include "ImageInspectionELF.h"
+#include "ImageInspectionCommon.h"
14
+#include "../SwiftShims/MetadataSections.h"
15
16
#include <cstddef>
17
0 commit comments