webview-zig icon indicating copy to clipboard operation
webview-zig copied to clipboard

⚡ Zig binding & wrapper for a tiny cross-platform webview library to build modern cross-platform GUIs.

Results 3 webview-zig issues
Sort by recently updated
recently updated
newest added

# Description From my understanding of Zig, struct types inside functions are only created once per distinct `comptime` arguments. In other words, the struct type created in each call to...

bug

Uncommenting the README.md line at https://github.com/thechampagne/webview-zig/blob/main/README.md?plain=1#L45 without adding the nested comment turns into a syntax error. With a `//` after the `;` the line can be uncommented freely