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.
1 parent aa59520 commit e3f3e78Copy full SHA for e3f3e78
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 = *fn (?*const Valtype, ?*Valtype) callconv(.C) ?*Trap;
588
589
pub const ByteVec = extern struct {
590
size: usize,
0 commit comments