diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-03 19:56:51 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-03 21:02:44 -0800 |
commit | dd98b084f15b16f5a5a86c2d611f0c41f3bd724e (patch) | |
tree | 3189fe7b96604eb5c8ce304cbff185c1742a6948 /src/wasm-shell.cpp | |
parent | 6e4bf311175ad8c8b4e2874ee1bfa0a997343c28 (diff) | |
download | binaryen-dd98b084f15b16f5a5a86c2d611f0c41f3bd724e.tar.gz binaryen-dd98b084f15b16f5a5a86c2d611f0c41f3bd724e.tar.bz2 binaryen-dd98b084f15b16f5a5a86c2d611f0c41f3bd724e.zip |
parsing improvements
Diffstat (limited to 'src/wasm-shell.cpp')
-rw-r--r-- | src/wasm-shell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-shell.cpp b/src/wasm-shell.cpp index c910b5958..c60cec81b 100644 --- a/src/wasm-shell.cpp +++ b/src/wasm-shell.cpp @@ -3,7 +3,7 @@ // A WebAssembly shell, loads a .wast file (WebAssembly in S-Expression format) and executes it. // -#include "wasm-sexpr-parser.h" +#include "wasm-s-parser.h" using namespace cashew; using namespace wasm; |