Update to FPS target for inner loop, no more sleep().

... maybe enscripten indexdb storage next?
This commit is contained in:
Mahlon E. Smith 2025-08-20 12:10:32 -07:00
parent 0d70fefc8b
commit 1450302e06
Signed by: mahlon
SSH key fingerprint: SHA256:dP84sRGKZRpOOiPD/+GuOq+SHSxEw9qi5BWLQobaHm0
3 changed files with 6 additions and 15 deletions

View file

@ -23,7 +23,7 @@ when defined( emscripten ):
--panics:on
--exceptions:goto
--define:noSignalHandler
# --passL:"-Oz" # Production bu ld
--passL:"-Oz" # Production build
# --passL:"-O0 -gDebug -gsource-map" # Debug build
--passL:"-s EXPORT_ES6"
--passL:"-s EXPORT_NAME=NimTest"