0.7.0
版本发布时间: 2022-06-25 08:22:21
webview/webview_deno最新发布版本:0.8.0(2024-03-03 23:08:30)
We have finally re-written webview_deno to support one of the most important features: webview.bind
aka two-way communication between the browser window and deno using what looks and works like normal javascript functions. This was enabled by the total refactor and native use of the webview library and native ffi callback support in deno, easing development by removing the need for a rust wrapper. It also sneakily adds support for aarch64 on darwin, although we currently provide no binary due to there being no runners for darwin aarch64.
What's Changed
- fix: webworkers, add multi-window example by @MichaelFedora in https://github.com/webview/webview_deno/pull/109
- feat:
webview.bind
and removed rust wrapper by @eliassjogreen in https://github.com/webview/webview_deno/pull/112
New Contributors
- @MichaelFedora made their first contribution in https://github.com/webview/webview_deno/pull/109
Full Changelog: https://github.com/webview/webview_deno/compare/0.7.0-pre.1...0.7.0
1、 libwebview.so 144.2KB
2、 libwebview.x86_64.dylib 249.3KB
3、 webview.dll 173.5KB
4、 WebView2Loader.dll 137.91KB