summaryrefslogtreecommitdiff
path: root/src/wasm-shell.cpp
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-shell.cpp
parentb0c93d1d664dca6f6269517101bfca298e495b3d (diff)
downloadbinaryen-0cb8d3e030c9cd5c5df49d3bd513c6a8b412e5ff.tar.gz
binaryen-0cb8d3e030c9cd5c5df49d3bd513c6a8b412e5ff.tar.bz2
binaryen-0cb8d3e030c9cd5c5df49d3bd513c6a8b412e5ff.zip
comments
Diffstat (limited to 'src/wasm-shell.cpp')
-rw-r--r--src/wasm-shell.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wasm-shell.cpp b/src/wasm-shell.cpp
index 26ce56e8e..6b7586719 100644
--- a/src/wasm-shell.cpp
+++ b/src/wasm-shell.cpp
@@ -1,6 +1,8 @@
//
-// A WebAssembly shell, loads a .wast file (WebAssembly in S-Expression format) and executes it.
+// A WebAssembly shell, loads a .wast file (WebAssembly in S-Expression format)
+// and executes it. This provides similar functionality as the reference
+// interpreter, like assert_* calls, so it can run the spec test suite.
//
#include <setjmp.h>