From 820c7c66829f4c64b7566f45163cdadf31480163 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 3 Nov 2015 17:24:39 -0800 Subject: progress on wasm-shell --- src/wasm-shell.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/wasm-shell.cpp') 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() { +} + -- cgit v1.2.3