Embed resource files for native build, break out config.

This commit is contained in:
Mahlon E. Smith 2025-08-21 16:57:23 -07:00
parent 1450302e06
commit e01dc377a7
Signed by: mahlon
SSH key fingerprint: SHA256:dP84sRGKZRpOOiPD/+GuOq+SHSxEw9qi5BWLQobaHm0
7 changed files with 138 additions and 23 deletions

View file

@ -32,5 +32,6 @@ when defined( emscripten ):
# --passL:"-s JSPI" # async support (new)
# --passL:"-s ALLOW_MEMORY_GROWTH=1"
--passL:"--preload-file resources"
--passL:"--use-preload-cache"
--passL:"-o build/nimtest.js"