diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-03 17:24:39 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-03 17:24:39 -0800 |
commit | 820c7c66829f4c64b7566f45163cdadf31480163 (patch) | |
tree | 1a9b0e911492f85bfbf0004e6caa12b2bacda047 /src/wasm-shell.cpp | |
parent | 679a41cce15def601a57a88ced7e8ee03b59b8df (diff) | |
download | binaryen-820c7c66829f4c64b7566f45163cdadf31480163.tar.gz binaryen-820c7c66829f4c64b7566f45163cdadf31480163.tar.bz2 binaryen-820c7c66829f4c64b7566f45163cdadf31480163.zip |
progress on wasm-shell
Diffstat (limited to 'src/wasm-shell.cpp')
-rw-r--r-- | src/wasm-shell.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wasm-shell.cpp b/src/wasm-shell.cpp index 6b5bb942c..6edd34bed 100644 --- a/src/wasm-shell.cpp +++ b/src/wasm-shell.cpp @@ -3,3 +3,8 @@ // A WebAssembly shell, loads a .wast file (WebAssembly in S-Expression format) and executes it. // +#include "wasm-sexpr-parser.h" + +int main() { +} + |