wails/v3/internal/runtime/desktop
Lea Anthony 6b989d8d41 Merge remote-tracking branch 'origin/v3-alpha' into refactor/runtime-init-scripts
# Conflicts:
#	v3/UNRELEASED_CHANGELOG.md
#	v3/internal/assetserver/bundledassets/runtime.debug.js
#	v3/internal/assetserver/bundledassets/runtime.js
#	v3/internal/runtime/desktop/@wailsio/runtime/docs/assets/hierarchy.js
#	v3/internal/runtime/desktop/@wailsio/runtime/docs/assets/navigation.js
#	v3/internal/runtime/desktop/@wailsio/runtime/docs/classes/CancelError.html
#	v3/internal/runtime/desktop/@wailsio/runtime/docs/classes/CancellablePromise.html
#	v3/internal/runtime/desktop/@wailsio/runtime/docs/classes/CancelledRejectionError.html
#	v3/internal/runtime/desktop/@wailsio/runtime/docs/hierarchy.html
2026-02-14 01:21:26 +11:00
..
@wailsio/runtime Merge remote-tracking branch 'origin/v3-alpha' into refactor/runtime-init-scripts 2026-02-14 01:21:26 +11:00
compiled Update bundled runtime 2025-02-25 03:32:30 +01:00
README.md Update bundled runtime 2025-02-25 03:32:30 +01:00

README

The index.js file in the compiled directory is the entrypoint for the runtime.js file that may be loaded at runtime. This will add window.wails and window._wails to the global scope.

NOTE: It is preferable to use the @wailsio/runtime package to use the runtime.

⚠️ Do not rebuild the runtime manually after updating TS code: the CI pipeline will take care of this. PRs that touch build artifacts will be blocked from merging.