Skip to content

0.7.0 - 🤓 Total re-write using deno ffi

Compare
Choose a tag to compare
@eliassjogreen eliassjogreen released this 25 Jun 00:22
· 25 commits to main since this release

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

New Contributors

Full Changelog: 0.7.0-pre.1...0.7.0