5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-07 11:09:52 +08:00
wails/v3/internal/runtime/desktop
Lea Anthony 773dca77d4
Single Instance feature.
Fix missing events on darwin.
2024-12-30 21:02:43 +11:00
..
@wailsio/runtime Single Instance feature. 2024-12-30 21:02:43 +11:00
compiled [v3] Update and fix runtime JS API (#3295) 2024-03-20 20:30:14 +11:00
README.md Radical JS runtime overhaul. New @wailsio/runtime package 2023-12-28 19:18:26 +11:00

README

The main.js file in this 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.

After updating any files in this directory, you must run wails3 task build:runtime to regenerate the compiled JS.