fp: Add note about hot-reloading

This commit is contained in:
doyle 2023-10-25 22:03:42 +11:00
parent 2555ecc690
commit 7f69d03981

View File

@ -30,6 +30,11 @@ which bootstraps the build program and automatically calls the meta-build
program. With fast computers nowadays our default is to build all targets by program. With fast computers nowadays our default is to build all targets by
default (except web due to extra toolchain requirements). default (except web due to extra toolchain requirements).
The game supports hot-reloading by storing the game code in the DLL. 2 variants
of the build are published, the DLL and non-DLL version. The DLL version can be
rebuilt whilst running to hot-reload game code whereas the non-DLL variant bakes
the entire game into one executable.
### Web ### Web
A web ready version using WASM can be built by passing `--web` to the meta build A web ready version using WASM can be built by passing `--web` to the meta build