Changes since previous nightly (df2743b0):
- refactor(build): rework how the Vulkan SDK is consumed and pinned as a dependency (fcd1e66)
- feat(runtime): expose codegen configuration flags on Runtime (840653e)
- refactor(rexglue): drop config migration and legacy conversion (a13238d)
- fix(ppc): drop REX_WEAK_FUNC and spell linkage out at the definition site (8a4beef)
- feat(codegen): make codegen incremental and part of the build (ed8fcaf)
- fix(codegen): glob inja templates so an edit re-triggers the embed step (d33efdf)
- chore: bump version floor to 0.10.0 (093ea51)
- docs: rephrase how release version bump is done (f90bd32)
- fix(cvar): track value source so launch args outrank env and config (8243d62)
- test: share one guest Memory instance across the unit test binary (824fcd8)
- refactor(tests): remove aged obsolete tests (b2ce90b)
- fix(system): deliver APCs through a trap frame to preserve guest register state (ff43ff6)
- fix(ppc): add cr2-cr4 and guest-owned fpscr to the non-volatile save area (a1f5144)
- fix(codegen): guard guest function zones with TracyIsStarted (c10967c)
- fix(runtime): value-initialize thread context so PPCContext defaults apply (263a125)
- feat(ui): imgui style hook (260ba3e)