summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-17 15:08:59 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-17 15:08:59 -0500
commitd2521fcb32972e98170bc703984fc5a91f14ccb2 (patch)
tree45fd561e3c558246b9dfcdf1bd56e1e7fd64dd44 /Makefile
parentwasm: add a default emsdk sysroot for non nixos users (diff)
downloadDungeonCrawl-d2521fcb32972e98170bc703984fc5a91f14ccb2.tar.gz
DungeonCrawl-d2521fcb32972e98170bc703984fc5a91f14ccb2.tar.bz2
DungeonCrawl-d2521fcb32972e98170bc703984fc5a91f14ccb2.zip
wasm: add options for logs, debug, and seed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)