Avalyn

Results 4 comments of Avalyn

The pre-built files have the file webui-2.dll, while the program says it requires webui.dll, any idea why?

It also complains if I just rename the file.

The program that utilizes zig-webui, which is currently just ```const std = @import("std"); const os = std.os; const webui = @import("webui"); const main = @embedFile("main.html"); pub fn main() !void {...

In case it matters, the build.zig is ``` const std = @import("std"); pub fn build(b: *std.Build) void { const target = b.standardTargetOptions(.{}); const optimize = b.standardOptimizeOption(.{}); const exe = b.addExecutable(.{...