From 679a41cce15def601a57a88ced7e8ee03b59b8df Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 3 Nov 2015 14:07:09 -0800 Subject: start work on shell and sexpr parser --- src/wasm-shell.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/wasm-shell.cpp (limited to 'src/wasm-shell.cpp') 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. +// + -- cgit v1.2.3