We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const
1 parent e3f3e78 commit 9db4d80Copy full SHA for 9db4d80
src/main.zig
@@ -584,7 +584,7 @@ pub const ExportTypeVec = extern struct {
584
extern "c" fn wasm_exporttype_vec_delete(*ExportTypeVec) void;
585
};
586
587
-pub const Callback = *fn (?*const Valtype, ?*Valtype) callconv(.C) ?*Trap;
+pub const Callback = *const fn (?*const Valtype, ?*Valtype) callconv(.C) ?*Trap;
588
589
pub const ByteVec = extern struct {
590
size: usize,
0 commit comments