summaryrefslogtreecommitdiff
path: root/wasm2c
diff options
context:
space:
mode:
Diffstat (limited to 'wasm2c')
-rw-r--r--wasm2c/wasm-rt-exceptions.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/wasm2c/wasm-rt-exceptions.h b/wasm2c/wasm-rt-exceptions.h
index 7ccba2f7..29932c44 100644
--- a/wasm2c/wasm-rt-exceptions.h
+++ b/wasm2c/wasm-rt-exceptions.h
@@ -19,6 +19,10 @@
#include "wasm-rt.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/**
* A tag is represented as an arbitrary pointer.
*/
@@ -66,4 +70,8 @@ uint32_t wasm_rt_exception_size(void);
*/
void* wasm_rt_exception(void);
+#ifdef __cplusplus
+}
+#endif
+
#endif