// // A WebAssembly shell, loads a .wast file (WebAssembly in S-Expression format) and executes it. // #include "wasm-sexpr-parser.h" int main() { }