5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 05:30:52 +08:00
wails/v3/internal/runtime
Travis McLane a7bf359930
update wml events to be parseable (#2561)
* update wml events to be parseable

* [v3] Rename `CustomEvent` to `WailsEvent` to prevent clashing with the standard JS `CustomEvent` object

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2023-04-11 18:28:06 +10:00
..
desktop update wml events to be parseable (#2561) 2023-04-11 18:28:06 +10:00
assets_dev.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
assets.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
package-lock.json Bump cacheable-request from 10.2.5 to 10.2.7 in /v3/internal/runtime (#2368) 2023-02-25 13:01:23 +11:00
package.json Fix bad merge 2023-02-12 13:36:58 +11:00
README.md update wml events to be parseable (#2561) 2023-04-11 18:28:06 +10:00
runtime_debug_darwin.go merge exp branch 2023-01-18 21:42:49 +11:00
runtime_debug_desktop_darwin.js update wml events to be parseable (#2561) 2023-04-11 18:28:06 +10:00
runtime_debug_desktop_linux.js update wml events to be parseable (#2561) 2023-04-11 18:28:06 +10:00
runtime_debug_desktop_windows.js update wml events to be parseable (#2561) 2023-04-11 18:28:06 +10:00
runtime_debug_linux.go merge exp branch 2023-01-18 21:42:49 +11:00
runtime_debug_windows.go merge exp branch 2023-01-18 21:42:49 +11:00
runtime_production_darwin.go merge exp branch 2023-01-18 21:42:49 +11:00
runtime_production_desktop_darwin.js update wml events to be parseable (#2561) 2023-04-11 18:28:06 +10:00
runtime_production_desktop_linux.js update wml events to be parseable (#2561) 2023-04-11 18:28:06 +10:00
runtime_production_desktop_windows.js update wml events to be parseable (#2561) 2023-04-11 18:28:06 +10:00
runtime_production_linux.go merge exp branch 2023-01-18 21:42:49 +11:00
runtime_production_windows.go merge exp branch 2023-01-18 21:42:49 +11:00
vite.config.ts merge exp branch 2023-01-18 21:42:49 +11:00

Runtime

To rebuild the runtime run task build-runtime or if you have Wails v3 CLI, you can use wails task build-runtime.