summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-11 13:55:27 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-11 13:55:27 -0800
commit6002ab916590ef634edeb306a14846913a4e626a (patch)
tree0413a81a3899fba17c0f90dc1abb657e73b66c8c /src
parentdf5801fd2b8d3d128bca238d22eb19039251ffba (diff)
downloadbinaryen-6002ab916590ef634edeb306a14846913a4e626a.tar.gz
binaryen-6002ab916590ef634edeb306a14846913a4e626a.tar.bz2
binaryen-6002ab916590ef634edeb306a14846913a4e626a.zip
comment
Diffstat (limited to 'src')
-rw-r--r--src/wasm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 09fabc7a0..63b861174 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -7,7 +7,8 @@
// it easy to not just inspect but also to process. For example, some
// things that this enables are:
//
-// * Pretty-printing: Implemented in this file.
+// * Pretty-printing: Implemented in this file (printing can help
+// understand the data structures here).
// * Interpreting: See wasm-interpreter.h.
// * Optimizing: See asm2wasm.h, which performs some optimizations
// after code generation.