summaryrefslogtreecommitdiff
path: root/src/wasm-shell.cpp
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-03 14:07:09 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-03 14:07:09 -0800
commit679a41cce15def601a57a88ced7e8ee03b59b8df (patch)
tree10c22233876d19b79f82f70df64bf2184a3bc139 /src/wasm-shell.cpp
parent5b30873eb082df02a79e7daa2f3aa8b59dab358a (diff)
downloadbinaryen-679a41cce15def601a57a88ced7e8ee03b59b8df.tar.gz
binaryen-679a41cce15def601a57a88ced7e8ee03b59b8df.tar.bz2
binaryen-679a41cce15def601a57a88ced7e8ee03b59b8df.zip
start work on shell and sexpr parser
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
new file mode 100644
index 000000000..6b5bb942c
--- /dev/null
+++ b/src/wasm-shell.cpp
@@ -0,0 +1,5 @@
+
+//
+// A WebAssembly shell, loads a .wast file (WebAssembly in S-Expression format) and executes it.
+//
+