Replies: 1 comment
-
Figured this out using this example: https://github.com/wailsapp/wails/blob/v3-alpha/v3/examples/binding essentially just |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there a way to access the wails runtime without compiling js? I don't use a compiler in frontend projects anymore and instead use browser-native esm. I'm working on patching the wails project to not require compiling js with node but i'm stuck here:
As far as I can tell, this is the source of runtime:
Which indeed does not export
Call
. Where doesCall
come from?Beta Was this translation helpful? Give feedback.
All reactions