From f64ab73b841377f044e727ee1d9e0bcf55c6b626 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 5 Dec 2025 06:41:45 +0900 Subject: feat: minimal wasm backend --- src/cli.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cli.h') diff --git a/src/cli.h b/src/cli.h index f52964c..d97874c 100644 --- a/src/cli.h +++ b/src/cli.h @@ -11,6 +11,7 @@ typedef struct { bool preprocess_only; bool generate_deps; bool totally_deligate_to_gcc; + bool wasm; const char* gcc_command; StrArray include_dirs; } CliArgs; -- cgit v1.2.3-70-g09d2