Skip to content

Commit

Permalink
global: add GlobalType declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
krichprollsch committed Mar 6, 2024
1 parent 9d0c495 commit d57c03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main_bench.zig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const kb = 1024;
const us = std.time.ns_per_us;

pub const Types = public.reflect(proto.Types);
pub const GlobalType = null;

fn benchWithIsolate(
bench_alloc: *bench.Allocator,
Expand Down
1 change: 1 addition & 0 deletions src/main_shell.zig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pub const Types = public.reflect(public.MergeTuple(.{
.{public.Console},
WindowTypes,
}));
pub const GlobalType = null;

pub fn main() !void {

Expand Down

0 comments on commit d57c03c

Please sign in to comment.