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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6709299..514eef9 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ OBJECTS := \ $(BUILD_DIR)/ast.o \ $(BUILD_DIR)/cli.o \ $(BUILD_DIR)/codegen.o \ + $(BUILD_DIR)/codegen_wasm.o \ $(BUILD_DIR)/common.o \ $(BUILD_DIR)/fs.o \ $(BUILD_DIR)/io.o \ -- cgit v1.2.3-70-g09d2