core: add a TODO regarding module API
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
f369b31137
commit
3583e1754f
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
const std = @import("std");
|
||||
const mach = @import("main.zig");
|
||||
|
||||
// TODO(important): mach.core has a lot of standard Zig APIs, and some global variables, which are
|
||||
// part of its old API design. We should elevate them into this module instead.
|
||||
|
||||
pub const name = .mach_core;
|
||||
|
||||
pub const Mod = mach.Mod(@This());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue