webview-zig
webview-zig copied to clipboard
⚡ Zig binding & wrapper for a tiny cross-platform webview library to build modern cross-platform GUIs.
fix #4
# 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...
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