From: Stephen Seo Date: Wed, 18 Jan 2023 06:49:36 +0000 (+0900) Subject: Revert "Attempt (again) to fix first-load bug" X-Git-Url: https://git.seodisparate.com/stephenseo/js/bootstrap.bundle.min.js?a=commitdiff_plain;h=339723746b6fb66bbd79f26d8c816de65b872c95;p=RockPaperScissorsDuel Revert "Attempt (again) to fix first-load bug" This reverts commit 32ec60d5b2c0b3e32b2bb705d7def79f58741940. --- 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 \