From f64ab73b841377f044e727ee1d9e0bcf55c6b626 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 5 Dec 2025 06:41:45 +0900 Subject: feat: minimal wasm backend --- src/codegen_wasm.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/codegen_wasm.h (limited to 'src/codegen_wasm.h') 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 -- cgit v1.2.3-70-g09d2