Skip to content

Commit 3aed8bd

Browse files
der-teufel-programmingikskuh
authored andcommitted
Fix wasm-compiler
1 parent 43e4dea commit 3aed8bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wasm-compiler/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ pub const std_options = std.Options{
299299
};
300300
fn log(
301301
comptime message_level: std.log.Level,
302-
comptime scope: @Type(.EnumLiteral),
302+
comptime scope: @Type(.enum_literal),
303303
comptime format: []const u8,
304304
args: anytype,
305305
) void {

0 commit comments

Comments
 (0)