summaryrefslogtreecommitdiff
path: root/src/wasm-shell.cpp
blob: 6edd34bed7c205f56bffb96c2e5ccc55b9d6e50f (plain)
1
2
3
4
5
6
7
8
9
10

//
// A WebAssembly shell, loads a .wast file (WebAssembly in S-Expression format) and executes it.
//

#include "wasm-sexpr-parser.h"

int main() {
}