summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-09 14:26:49 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-11 10:06:05 -0800
commit0cb8d3e030c9cd5c5df49d3bd513c6a8b412e5ff (patch)
tree34b454bf9bbdbb274326e9bdbf925ed860d542e6 /src/wasm.h
parentb0c93d1d664dca6f6269517101bfca298e495b3d (diff)
downloadbinaryen-0cb8d3e030c9cd5c5df49d3bd513c6a8b412e5ff.tar.gz
binaryen-0cb8d3e030c9cd5c5df49d3bd513c6a8b412e5ff.tar.bz2
binaryen-0cb8d3e030c9cd5c5df49d3bd513c6a8b412e5ff.zip
comments
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index c292e6bc6..16685d596 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -1,5 +1,7 @@
+
//
-// wasm.js: WebAssembly representation and processing library
+// wasm.h: WebAssembly representation and processing library, in one
+// header file.
//
// This represents WebAssembly in an AST format, with a focus on making
// it easy to not just inspect but also to process. For example, some