From 47d43f5a583dc2d474e553afe0cb682d878231b1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Dec 2025 03:06:22 +0900 Subject: Revert "feat: minimal wasm backend" This reverts commit f64ab73b841377f044e727ee1d9e0bcf55c6b626. --- src/codegen_wasm.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/codegen_wasm.h (limited to 'src/codegen_wasm.h') diff --git a/src/codegen_wasm.h b/src/codegen_wasm.h deleted file mode 100644 index 1089154..0000000 --- a/src/codegen_wasm.h +++ /dev/null @@ -1,8 +0,0 @@ -#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