We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea063cd commit 9143b1aCopy full SHA for 9143b1a
1 file changed
core/iwasm/include/wasm_c_api.h
@@ -22,6 +22,8 @@
22
#else
23
#define WASM_API_EXTERN __declspec(dllimport)
24
#endif
25
+#elif defined(__GNUC__) || defined(__clang__)
26
+#define WASM_API_EXTERN __attribute__((visibility("default")))
27
28
#define WASM_API_EXTERN
29
0 commit comments