diff options
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() { +} + |