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 2fb8553 commit 0a8896bCopy full SHA for 0a8896b
src/workerd/jsg/promise.h
@@ -25,7 +25,9 @@ namespace workerd::jsg {
25
template <typename T, bool = isGcVisitable<T>()>
26
struct OpaqueWrappable;
27
28
-struct OpaqueWrappableBase: public Wrappable {
+#define DEFAULT_VISIBILITY __attribute__((visibility("default")))
29
+
30
+struct DEFAULT_VISIBILITY OpaqueWrappableBase: public Wrappable {
31
kj::StringPtr jsgGetMemoryName() const override final {
32
return "OpaqueWrappable"_kjc;
33
}
0 commit comments