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!
Hey folks,
with reference to #134 this introduces the specialized
buffer
type forCStrings
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