Sent to the fuzzer web client when the set of entry points is updated.
Trailing:
flags: Flagspub const EntryPointHeader = extern struct {
flags: Flags,
pub const Flags = packed struct(u32) {
tag: ToClientTag = .entry_points,
locs_len: u24,
};
}