From dd572c60f7d89912bb035714b997a0f81e94d435 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 29 Jun 2018 23:01:09 +0430 Subject: update --- dwasm-cpp/dwasm.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dwasm-cpp/dwasm.cpp (limited to 'dwasm-cpp/dwasm.cpp') 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 +#include +#include +#include "wasm.h" + +int main (int argc, char** argv) { + return 0; +} -- cgit v1.2.3