XXIV
XXIV
Does `.capacity()` and `.size` have the same value ?
@ibin7777 I fixed it [here](https://github.com/thechampagne/awesome-windows).
Does the docs contain the full API ? because I would like to implement it.
Good catch. The idea of this wrapper is to provide a similar easy to use API to the base library and make it a bit suitable to Zig developers, also...
The reason why `webview_error_t` is not implemented is that im using old version of `libwebview`.
Hey @yelsharawy ! What do you think about this fix [bugfix/callback-issue/src/webview.zig](https://github.com/thechampagne/webview-zig/blob/bugfix/callback-issue/src/webview.zig)
> I noticed that you used std.heap.c_allocator. From my understanding, you should use it only when necessary (e.g. interfacing with C code that allocates/frees memory). Otherwise, you're making the program...
Here it is [bind](https://github.com/thechampagne/webview-zig/blob/main/examples/bind/src/main.zig) 👍
It's already up to date.