positron icon indicating copy to clipboard operation
positron copied to clipboard

A web renderer frontend for zig applications

Results 2 positron issues
Sort by recently updated
recently updated
newest added

By default, the program on Windows will not run unless we copy over WebView2Loader.dll from `/vendor/Microsoft.Web.WebView2.1.0.902.49/build/native/{arch}` into the directory containing the executable. I think it's much better to statically link...

``` $ zig build xxxx\build.zig:6:21: error: root struct of file 'std' has no member named 'build' pub fn build(b: *std.build.Builder) void { ~~~^~~~~~ xxx\zig\0.13.0\files\lib\std\std.zig:1:1: note: struct declared here pub const...