#ifndef DUCC_CODEGEN_WASM_H #define DUCC_CODEGEN_WASM_H #include "ast.h" void codegen_wasm(Program* prog, FILE* out); #endif