Switch back to Asyncify without Emscripten Main Loop callback

This commit is contained in:
2024-04-14 17:31:27 -05:00
parent 0d5ebaa7d9
commit 1bffbaeb3c
6 changed files with 118 additions and 124 deletions

View File

@@ -59,8 +59,8 @@ cp assets/index.html dist
cp $output_folder/pacman.wasm dist
cp $output_folder/pacman.js dist
# only if .data file exists
if [ -f $output_folder/pacman.data ]; then
cp $output_folder/pacman.data dist
if [ -f $output_folder/deps/pacman.data ]; then
cp $output_folder/deps/pacman.data dist
fi
if [ "$serve" = 'true' ]; then