summaryrefslogtreecommitdiff
path: root/src/asm2wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asm2wasm.h')
-rw-r--r--src/asm2wasm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/asm2wasm.h b/src/asm2wasm.h
index 83f638310..4d12a66f1 100644
--- a/src/asm2wasm.h
+++ b/src/asm2wasm.h
@@ -1,4 +1,9 @@
+//
+// asm.js-to-WebAssembly translator. Uses the Emscripten optimizer
+// infrastructure.
+//
+
#include "wasm.h"
#include "optimizer.h"
#include "mixed_arena.h"