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 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. +// + |