summaryrefslogtreecommitdiff
path: root/src/binaryen-c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binaryen-c.h')
-rw-r--r--src/binaryen-c.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/binaryen-c.h b/src/binaryen-c.h
index 310ca3a2a..820b23cca 100644
--- a/src/binaryen-c.h
+++ b/src/binaryen-c.h
@@ -1221,6 +1221,11 @@ BinaryenGetFunctionTypeBySignature(BinaryenModuleRef module,
BinaryenType* paramTypes,
BinaryenIndex numParams);
+// Enable or disable coloring for the WASM printer
+void BinaryenSetColorsEnabled(int enabled);
+
+// Query whether color is enable for the WASM printer
+int BinaryenAreColorsEnabled();
#ifdef __cplusplus
} // extern "C"
#endif