{mach,core}: move core sources to libs/core

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-01-24 00:11:19 -07:00 committed by Stephen Gutekanst
parent 562b908c84
commit 9bbada90b2
18 changed files with 13 additions and 79 deletions

View file

@ -0,0 +1,3 @@
pub const Core = @import("wasm/Core.zig");
pub const Timer = @import("wasm/Timer.zig");
pub const entry = @import("wasm/entry.zig");