From 1908a8898cc2455dddd881a4883ce51bb36f5d8e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Dec 2025 21:09:40 +0900 Subject: Reapply "feat: minimal wasm backend" This reverts commit 47d43f5a583dc2d474e553afe0cb682d878231b1. --- 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