From 339723746b6fb66bbd79f26d8c816de65b872c95 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 18 Jan 2023 15:49:36 +0900 Subject: [PATCH] Revert "Attempt (again) to fix first-load bug" This reverts commit 32ec60d5b2c0b3e32b2bb705d7def79f58741940. --- wasm_build/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/wasm_build/Makefile b/wasm_build/Makefile index 8bfea4e..bb1e1ed 100644 --- a/wasm_build/Makefile +++ b/wasm_build/Makefile @@ -50,7 +50,6 @@ all: | format ${OUTDIR} ${OUTDIR}/rock_paper_scissors_duel.html ${OUTDIR}/index. ${OUTDIR}/rock_paper_scissors_duel.html: ${SOURCES} ${HEADERS} ${OUTDIR}/client.js ${OUTDIR}/logic.js ${CXX} -o ${OUTDIR}/rock_paper_scissors_duel.html \ - -s BINARYEN_ASYNC_COMPILATION=0 \ -s USE_GLFW=3 -I../wasm_includes -L../wasm_libs -lraylib \ --shell-file custom_shell.html \ -sEXPORTED_FUNCTIONS=_main,_game_visual_update \ -- 2.49.0