We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f3bfd commit 5f7ed69Copy full SHA for 5f7ed69
include/wasm.h
@@ -10,7 +10,7 @@
10
#include <assert.h>
11
12
#ifndef WASM_API_EXTERN
13
-#if defined(_WIN32) && !defined(__MINGW32__)
+#if defined(_WIN32) && !defined(__MINGW32__) && !defined(LIBWASM_STATIC)
14
#define WASM_API_EXTERN __declspec(dllimport)
15
#else
16
#define WASM_API_EXTERN
include/wasm.hh
@@ -12,7 +12,7 @@
#include <string>
17
18
0 commit comments