aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codegen_wasm.h
blob: 10891546949dff4c3f09b2643ba0b4ae0b3c0d2f (plain)
1
2
3
4
5
6
7
8
#ifndef DUCC_CODEGEN_WASM_H
#define DUCC_CODEGEN_WASM_H

#include "ast.h"

void codegen_wasm(Program* prog, FILE* out);

#endif