aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codegen_wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen_wasm.h')
-rw-r--r--src/codegen_wasm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/codegen_wasm.h b/src/codegen_wasm.h
new file mode 100644
index 0000000..1089154
--- /dev/null
+++ b/src/codegen_wasm.h
@@ -0,0 +1,8 @@
+#ifndef DUCC_CODEGEN_WASM_H
+#define DUCC_CODEGEN_WASM_H
+
+#include "ast.h"
+
+void codegen_wasm(Program* prog, FILE* out);
+
+#endif