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 d794400 commit 968dfc2Copy full SHA for 968dfc2
system/include/emscripten/wire.h
@@ -24,7 +24,7 @@
24
#include <string>
25
26
#define EMSCRIPTEN_ALWAYS_INLINE __attribute__((always_inline))
27
-#define EMSCRIPTEN_EXPORT __attribute__((visibility("default")))
+#define EMBIND_VISIBILITY_DEFAULT __attribute__((visibility("default")))
28
29
#ifndef EMSCRIPTEN_HAS_UNBOUND_TYPE_NAMES
30
#define EMSCRIPTEN_HAS_UNBOUND_TYPE_NAMES 1
@@ -431,7 +431,7 @@ constexpr bool typeSupportsMemoryView() {
431
} // namespace internal
432
433
template<typename ElementType>
434
-struct EMSCRIPTEN_EXPORT memory_view {
+struct EMBIND_VISIBILITY_DEFAULT memory_view {
435
memory_view() = delete;
436
explicit memory_view(size_t size, const ElementType* data)
437
: size(size)
0 commit comments