From 0cb8d3e030c9cd5c5df49d3bd513c6a8b412e5ff Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 9 Nov 2015 14:26:49 -0800 Subject: comments --- src/wasm-shell.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/wasm-shell.cpp') 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 -- cgit v1.2.3