We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the env name should be more absolute than PLUGIN_URL
PLUGIN_URL
webview_deno/src/ffi.ts
Lines 4 to 7 in 9c3bff6
this env holds the folder of libwebview.so so rename to ...
libwebview.so
WEBVIEW_DENO_LIBWEBVIEW? WEBVIEW_DENO_LIB? DENO_LIBWEBVIEW? DENO_WEBVIEW_LIB?
WEBVIEW_DENO_LIBWEBVIEW
WEBVIEW_DENO_LIB
DENO_LIBWEBVIEW
DENO_WEBVIEW_LIB
also its not an (optional) "plugin" but an essential dependency
fix merged in https://github.com/milahu/webview_deno
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the env name should be more absolute than
PLUGIN_URL
webview_deno/src/ffi.ts
Lines 4 to 7 in 9c3bff6
this env holds the folder of
libwebview.so
so rename to ...WEBVIEW_DENO_LIBWEBVIEW
?WEBVIEW_DENO_LIB
?DENO_LIBWEBVIEW
?DENO_WEBVIEW_LIB
?also its not an (optional) "plugin" but an essential dependency
fix merged in https://github.com/milahu/webview_deno
The text was updated successfully, but these errors were encountered: