summaryrefslogtreecommitdiff
path: root/src/wasm-shell.cpp
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-03 17:24:39 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-03 17:24:39 -0800
commit820c7c66829f4c64b7566f45163cdadf31480163 (patch)
tree1a9b0e911492f85bfbf0004e6caa12b2bacda047 /src/wasm-shell.cpp
parent679a41cce15def601a57a88ced7e8ee03b59b8df (diff)
downloadbinaryen-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.cpp5
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() {
+}
+