You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{Webview}from"webview-bun";consthtml=`<html> <body> <h1>Hello from bun v${Bun.version} !</h1> </body></html>`;constwebview=newWebview();webview.setHTML(html);webview.run();
And it threw an error
PS C:\Users\euro\projects\crud> bun .
1| MZ����@�� �!�L�!This
^
error: Expected ";" but found "�"
at C:\Users\euro\projects\crud\node_modules\webview-bun\build\libwebview.dll:1:31| MZ����@�� �!�L�!This p
^
error: Unexpected
at C:\Users\euro\projects\crud\node_modules\webview-bun\build\libwebview.dll:1:4
Bun v1.1.38 (Windows x64)
Naturally I assumed the DLL was outdated, so I cloned this repo locally, and rebuilt the DLL, and installed the local project as a module, and no changes just different path name in the error.
The text was updated successfully, but these errors were encountered:
Took the example code
And it threw an error
Naturally I assumed the DLL was outdated, so I cloned this repo locally, and rebuilt the DLL, and installed the local project as a module, and no changes just different path name in the error.
The text was updated successfully, but these errors were encountered: