mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-06 01:16:14 -06:00
Switch back to Asyncify without Emscripten Main Loop callback
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user