webview / webview_deno

🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs
https://deno.land/x/webview
MIT License
1.44k stars 75 forks source link

fix: add support for deno 1.25.0 #135

Closed lukas-runge closed 2 years ago

lukas-runge commented 2 years ago

Hey folks,

with reference to #134 this introduces the specialized buffer type for CStrings to make webview_deno work with the newest breakting change of deno ffi.

It will most likely break webview_deno for older versions of deno (< 1.25.0) as the ffi api change is breaking!

Kind regards @lukas-runge