From 3654ce578e6fff53950874adf7e0e4ae0a6eb956 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 3 May 2026 17:29:12 +0900 Subject: refactor: organize directory structure --- src/cc1/codegen_wasm.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/cc1/codegen_wasm.h (limited to 'src/cc1/codegen_wasm.h') diff --git a/src/cc1/codegen_wasm.h b/src/cc1/codegen_wasm.h new file mode 100644 index 0000000..1089154 --- /dev/null +++ b/src/cc1/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 -- cgit v1.3.1