0.7.0 - 🤓 Total re-write using deno ffi
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 #109
- feat:
webview.bind
and removed rust wrapper by @eliassjogreen in #112
New Contributors
- @MichaelFedora made their first contribution in #109
Full Changelog: 0.7.0-pre.1...0.7.0