Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 example not working with deno 1.25.0 #134

Closed
lukas-runge opened this issue Aug 25, 2022 · 1 comment
Closed

🐛 example not working with deno 1.25.0 #134

lukas-runge opened this issue Aug 25, 2022 · 1 comment

Comments

@lukas-runge
Copy link
Contributor

Hey folks,

just tested the latest version of deno (on ubuntu) with the example provided in the github README of webview_deno and failed with following error:

error: Uncaught (in promise) TypeError: Invalid FFI pointer type, expected null, integer or BigInt
    sys.symbols.webview_navigate(
                ^
    at Webview.navigate (https://deno.land/x/webview@0.7.3/src/webview.ts:204:17)
    at https://deno.land/x/webview@0.7.3/examples/local.ts:13:9

Is the latest version of webview_deno (v0.7.3 as of now) just not compatible yet, or am I doing something wrong?

Kind regards
@lukas-runge

@toppair
Copy link

toppair commented Aug 25, 2022

Is the latest version of webview_deno (v0.7.3 as of now) just not compatible yet, or am I doing something wrong?

There's a breaking change in latest deno release. Also having the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants