diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-09 14:26:49 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-11 10:06:05 -0800 |
commit | 0cb8d3e030c9cd5c5df49d3bd513c6a8b412e5ff (patch) | |
tree | 34b454bf9bbdbb274326e9bdbf925ed860d542e6 /src/wasm-shell.cpp | |
parent | b0c93d1d664dca6f6269517101bfca298e495b3d (diff) | |
download | binaryen-0cb8d3e030c9cd5c5df49d3bd513c6a8b412e5ff.tar.gz binaryen-0cb8d3e030c9cd5c5df49d3bd513c6a8b412e5ff.tar.bz2 binaryen-0cb8d3e030c9cd5c5df49d3bd513c6a8b412e5ff.zip |
comments
Diffstat (limited to 'src/wasm-shell.cpp')
-rw-r--r-- | src/wasm-shell.cpp | 4 |
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> |