5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 15:20:27 +08:00
wails/v2/internal/runtime/js/runtime
2021-02-11 07:04:01 +11:00
..
src Keep package.json files 2021-02-11 07:02:57 +11:00
.npmignore Move bridge to Svelte build. Initial support for trays in dev mode 2021-02-10 22:53:14 +11:00
browser.js Fix browser runtime export 2020-10-20 09:24:03 +11:00
dialog.js Add Message dialog to Kitchen Sink 2020-12-31 14:52:45 +11:00
events.js Add OnThemeChange 2020-12-24 07:30:20 +11:00
init.js Move bridge to Svelte build. Initial support for trays in dev mode 2021-02-10 22:53:14 +11:00
log.js Update logger constants to fix default values 2020-10-13 07:34:36 +11:00
main.js Updates for using the bridge 2021-02-06 13:36:56 +11:00
package-lock.json Updates for using the bridge 2021-02-06 13:36:56 +11:00
package.json @wails/runtime v1.3.9 2021-02-11 07:04:01 +11:00
README.md Add system calls to js runtime 2020-10-03 20:45:37 +10:00
runtime.d.ts Support Message dialog in JS runtime 2020-12-31 11:02:32 +11:00
store.js Port Sync Store 2020-10-04 07:22:00 +11:00
system.js Updates for using the bridge 2021-02-06 13:36:56 +11:00
tray.js Support Tray.SetIcon in runtime 2020-12-29 15:20:35 +11:00
window.js Fixd typos in runtime 2020-11-15 12:22:03 +11:00

Wails Runtime

This module is the Javascript runtime library for the Wails framework. It is intended to be installed as part of a Wails V2 project, not a standalone module.