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