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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/binaryen-c.h b/src/binaryen-c.h
index 1047dca73..c61668c6d 100644
--- a/src/binaryen-c.h
+++ b/src/binaryen-c.h
@@ -822,7 +822,8 @@ const char* BinaryenExportGetValue(BinaryenExportRef export_);
// General usage is (1) create a relooper, (2) create blocks, (3) add
// branches between them, (4) render the output.
//
-// See Relooper.h for more details
+// For more details, see src/cfg/Relooper.h and
+// https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen#cfg-api
typedef void* RelooperRef;
typedef void* RelooperBlockRef;