zigfmt-web
zigfmt-web copied to clipboard
zig fmt on the web
Results
2
zigfmt-web issues
Sort by
recently updated
recently updated
newest added
The wasm file size is huge 259Kb is it because of including the std library? I was thinking if this could be a go -> wasm replacement but has the...
Right now it seems like parse errors result in undefined output. For example (note the stray double quote): input: ```zig const std = @import("std"); " pub fn main() void {...