From d2521fcb32972e98170bc703984fc5a91f14ccb2 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 17 Nov 2025 15:08:59 -0500 Subject: wasm: add options for logs, debug, and seed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index faf04f3..0451fd2 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ EMCC_CFLAGS := -O3 \ -sWASM=1 \ -sASYNCIFY \ -sGL_ENABLE_GET_PROC_ADDRESS=1 \ - -sEXPORTED_RUNTIME_METHODS=HEAPF32,ccall,cwrap + -sEXPORTED_RUNTIME_METHODS=HEAPF32,ccall,cwrap,callMain web: dist $(ASSETS_DST) -- cgit v1.2.3-freya