diff options
Diffstat (limited to 'dwasm-cpp/dwasm.cpp')
-rw-r--r-- | dwasm-cpp/dwasm.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dwasm-cpp/dwasm.cpp b/dwasm-cpp/dwasm.cpp new file mode 100644 index 0000000..3d3d4fe --- /dev/null +++ b/dwasm-cpp/dwasm.cpp @@ -0,0 +1,8 @@ +#include <iostream> +#include <string> +#include <vector> +#include "wasm.h" + +int main (int argc, char** argv) { + return 0; +} |