From 6285642d3c2e267c40eab1c46dff887fca1bd3d7 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 10 Jul 2018 11:05:44 -0700 Subject: Minor code cleanups (#1617) * code cleanups in wasm-binary: remove an & param, and standardize whitespace * add some docs for how the relooper handles blocks with no outgoing branches [ci skip] --- src/binaryen-c.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/binaryen-c.h') 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; -- cgit v1.2.3