aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codegen_wasm.h
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-11 03:06:22 +0900
committernsfisis <nsfisis@gmail.com>2025-12-11 03:06:22 +0900
commit47d43f5a583dc2d474e553afe0cb682d878231b1 (patch)
treee4de770f9960a117feef631caec7d208c8a1796b /src/codegen_wasm.h
parentf64ab73b841377f044e727ee1d9e0bcf55c6b626 (diff)
downloadducc-47d43f5a583dc2d474e553afe0cb682d878231b1.tar.gz
ducc-47d43f5a583dc2d474e553afe0cb682d878231b1.tar.zst
ducc-47d43f5a583dc2d474e553afe0cb682d878231b1.zip
Revert "feat: minimal wasm backend"
This reverts commit f64ab73b841377f044e727ee1d9e0bcf55c6b626.
Diffstat (limited to 'src/codegen_wasm.h')
-rw-r--r--src/codegen_wasm.h8
1 files changed, 0 insertions, 8 deletions
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